module Telegram::BotManager

Constants

VERSION

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/telegram/bot_manager.rb, line 29
def self.configure
  yield(configuration)
end
gem_version() click to toggle source
# File lib/telegram/bot_manager/version.rb, line 8
def self.gem_version
  Gem::Version.new VERSION
end