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