Class: Telegram::LoggerBot::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/telegram/loggerbot/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#apiObject

Returns the value of attribute api.



4
5
6
# File 'lib/telegram/loggerbot/configuration.rb', line 4

def api
  @api
end

#chat_idObject

Returns the value of attribute chat_id.



4
5
6
# File 'lib/telegram/loggerbot/configuration.rb', line 4

def chat_id
  @chat_id
end

#enabledObject

Returns the value of attribute enabled.



4
5
6
# File 'lib/telegram/loggerbot/configuration.rb', line 4

def enabled
  @enabled
end

#levelObject

Returns the value of attribute level.



4
5
6
# File 'lib/telegram/loggerbot/configuration.rb', line 4

def level
  @level
end

#next_loggerObject

Returns the value of attribute next_logger.



4
5
6
# File 'lib/telegram/loggerbot/configuration.rb', line 4

def next_logger
  @next_logger
end

#tokenObject

Returns the value of attribute token.



4
5
6
# File 'lib/telegram/loggerbot/configuration.rb', line 4

def token
  @token
end