class Telegram::BotManager::Configuration
Attributes
controller_logging[RW]
show_config_message[RW]
telegram_app_owner_id[RW]
Public Class Methods
new()
click to toggle source
# File lib/telegram/bot_manager/configuration.rb, line 12 def initialize @controller_logging = true @show_config_message = true @telegram_app_owner_id = nil end