Class: Pechkin::Bot
- Inherits:
-
Struct
- Object
- Struct
- Pechkin::Bot
- Defined in:
- lib/pechkin/bot.rb
Instance Attribute Summary collapse
-
#connector ⇒ Object
Returns the value of attribute connector.
-
#name ⇒ Object
Returns the value of attribute name.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#connector ⇒ Object
Returns the value of attribute connector
2 3 4 |
# File 'lib/pechkin/bot.rb', line 2 def connector @connector end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/pechkin/bot.rb', line 2 def name @name end |
#token ⇒ Object
Returns the value of attribute token
2 3 4 |
# File 'lib/pechkin/bot.rb', line 2 def token @token end |