Sha256: 90223e8da9dc7614362dff9cfb5583addcb1bab0c352e3095e6c1b79d0950080

Contents?: true

Size: 175 Bytes

Versions: 33

Compression:

Stored size: 175 Bytes

Contents

module Telegram
  module Bot
    class Configuration
      attr_accessor :adapter

      def initialize
        @adapter = Faraday.default_adapter
      end
    end
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.11.0 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.8.6.1 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.8.6 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.8.5 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.8.4 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.8.3 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.8.2 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.8.1 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.8.0 lib/telegram/bot/configuration.rb