Module: MoonBot::Plugin

Defined in:
lib/MoonBot/plugins/auth.rb,
lib/MoonBot/plugins/ping.rb,
lib/MoonBot/plugins/verbose.rb

Defined Under Namespace

Classes: Auth, Ping, Verbose

Instance Attribute Summary collapse

Instance Attribute Details

#loginObject (readonly)

Returns the value of attribute login.



2
3
4
# File 'lib/MoonBot/plugins/auth.rb', line 2

def 
  @login
end

#nameObject (readonly)

Returns the value of attribute name.



2
3
4
# File 'lib/MoonBot/plugins/auth.rb', line 2

def name
  @name
end

#nickObject (readonly)

Returns the value of attribute nick.



2
3
4
# File 'lib/MoonBot/plugins/auth.rb', line 2

def nick
  @nick
end