Class: Telegram::LoggerBot::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#chat_idObject

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

#tokenObject

Returns the value of attribute token.



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

def token
  @token
end