Module: MoonBot::Plugin
- Defined in:
- lib/MoonBot/plugins/auth.rb,
lib/MoonBot/plugins/ping.rb,
lib/MoonBot/plugins/verbose.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#login ⇒ Object
readonly
Returns the value of attribute login.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#nick ⇒ Object
readonly
Returns the value of attribute nick.
Instance Attribute Details
#login ⇒ Object (readonly)
Returns the value of attribute login.
2 3 4 |
# File 'lib/MoonBot/plugins/auth.rb', line 2 def login @login end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
2 3 4 |
# File 'lib/MoonBot/plugins/auth.rb', line 2 def name @name end |
#nick ⇒ Object (readonly)
Returns the value of attribute nick.
2 3 4 |
# File 'lib/MoonBot/plugins/auth.rb', line 2 def nick @nick end |