Module: Telegram::Bot::ClientAccessors
- Defined in:
- lib/telegram/bot/client_accessors.rb
Instance Attribute Summary collapse
-
#api ⇒ Object
Returns the value of attribute api.
-
#botan ⇒ Object
Returns the value of attribute botan.
-
#command ⇒ Object
Returns the value of attribute command.
-
#message ⇒ Object
Returns the value of attribute message.
-
#update ⇒ Object
Returns the value of attribute update.
Instance Attribute Details
#api ⇒ Object
Returns the value of attribute api.
3 4 5 |
# File 'lib/telegram/bot/client_accessors.rb', line 3 def api @api end |
#botan ⇒ Object
Returns the value of attribute botan.
3 4 5 |
# File 'lib/telegram/bot/client_accessors.rb', line 3 def botan @botan end |
#command ⇒ Object
Returns the value of attribute command.
3 4 5 |
# File 'lib/telegram/bot/client_accessors.rb', line 3 def command @command end |
#message ⇒ Object
Returns the value of attribute message.
3 4 5 |
# File 'lib/telegram/bot/client_accessors.rb', line 3 def @message end |
#update ⇒ Object
Returns the value of attribute update.
3 4 5 |
# File 'lib/telegram/bot/client_accessors.rb', line 3 def update @update end |