Class: Telegram::LoggerBot::Configuration
- Inherits:
-
Object
- Object
- Telegram::LoggerBot::Configuration
- Defined in:
- lib/telegram/logger_bot/configuration.rb
Instance Attribute Summary collapse
-
#chat_id ⇒ Object
Returns the value of attribute chat_id.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#chat_id ⇒ Object
Returns the value of attribute chat_id.
4 5 6 |
# File 'lib/telegram/logger_bot/configuration.rb', line 4 def chat_id @chat_id end |
#token ⇒ Object
Returns the value of attribute token.
4 5 6 |
# File 'lib/telegram/logger_bot/configuration.rb', line 4 def token @token end |