Class: Rubeechat::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/rubeechat/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author.



3
4
5
# File 'lib/rubeechat/base.rb', line 3

def author
  @author
end

#charsetObject

Returns the value of attribute charset.



3
4
5
# File 'lib/rubeechat/base.rb', line 3

def charset
  @charset
end

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/rubeechat/base.rb', line 3

def description
  @description
end

#licenseObject

Returns the value of attribute license.



3
4
5
# File 'lib/rubeechat/base.rb', line 3

def license
  @license
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/rubeechat/base.rb', line 3

def name
  @name
end

#shutdown_functionObject

Returns the value of attribute shutdown_function.



3
4
5
# File 'lib/rubeechat/base.rb', line 3

def shutdown_function
  @shutdown_function
end

Instance Method Details

#register!Object



6
7
8
# File 'lib/rubeechat/base.rb', line 6

def register!
  ::Weechat.register
end