class Telegram::Bot::Configuration

Attributes

adapter[RW]
ssl_opts[RW]

Public Class Methods

new() click to toggle source
# File lib/telegram/bot/configuration.rb, line 6
def initialize
  @adapter = Faraday.default_adapter
end