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.7.2 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.7.1 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.7.0 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.6.0.2 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.6.0.1 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.5.3 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.5.2 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.5.1 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.5.0 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.5.0.beta4 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.5.0.beta3 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.5.0.beta2 lib/telegram/bot/configuration.rb
telegram-bot-ruby-0.5.0.beta1 lib/telegram/bot/configuration.rb