Class: Telegram::BotManager::Configuration
- Inherits:
-
Object
- Object
- Telegram::BotManager::Configuration
- Defined in:
- lib/telegram/bot_manager/configuration.rb
Instance Attribute Summary collapse
-
#controller_logging ⇒ Object
Returns the value of attribute controller_logging.
-
#show_config_message ⇒ Object
Returns the value of attribute show_config_message.
-
#telegram_app_owner_id ⇒ Object
Returns the value of attribute telegram_app_owner_id.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
12 13 14 15 16 |
# File 'lib/telegram/bot_manager/configuration.rb', line 12 def initialize @controller_logging = true = true @telegram_app_owner_id = nil end |
Instance Attribute Details
#controller_logging ⇒ Object
Returns the value of attribute controller_logging.
7 8 9 |
# File 'lib/telegram/bot_manager/configuration.rb', line 7 def controller_logging @controller_logging end |
#show_config_message ⇒ Object
Returns the value of attribute show_config_message.
7 8 9 |
# File 'lib/telegram/bot_manager/configuration.rb', line 7 def end |
#telegram_app_owner_id ⇒ Object
Returns the value of attribute telegram_app_owner_id.
7 8 9 |
# File 'lib/telegram/bot_manager/configuration.rb', line 7 def telegram_app_owner_id @telegram_app_owner_id end |