class WebServiceUser

Attributes

botuser[R]
response[RW]

Public Class Methods

new(str, botuser, opts={}) click to toggle source
Calls superclass method Irc::User::new
# File lib/rbot/core/webservice.rb, line 361
def initialize(str, botuser, opts={})
  super(str, opts)
  @botuser = botuser
  @response = []
end