module Telegram::LoggerBot

Constants

ChatIdMissed
TokenMissed
UnknownParams
VERSION

Attributes

configuration[W]

Public Class Methods

configuration() click to toggle source
# File lib/telegram/loggerbot.rb, line 15
def self.configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/telegram/loggerbot.rb, line 19
def self.configure
  yield(configuration)
end
new(args = {}) click to toggle source
# File lib/telegram/loggerbot/loggerbot.rb, line 3
def self.new(args = {})
  Telegram::LoggerBot::Logger.new(args)
end