Module: Telegram::Bot::ClientAccessors

Defined in:
lib/telegram/bot/client_accessors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#apiObject

Returns the value of attribute api.



3
4
5
# File 'lib/telegram/bot/client_accessors.rb', line 3

def api
  @api
end

#botanObject

Returns the value of attribute botan.



3
4
5
# File 'lib/telegram/bot/client_accessors.rb', line 3

def botan
  @botan
end

#commandObject

Returns the value of attribute command.



3
4
5
# File 'lib/telegram/bot/client_accessors.rb', line 3

def command
  @command
end

#messageObject

Returns the value of attribute message.



3
4
5
# File 'lib/telegram/bot/client_accessors.rb', line 3

def message
  @message
end

#updateObject

Returns the value of attribute update.



3
4
5
# File 'lib/telegram/bot/client_accessors.rb', line 3

def update
  @update
end