Sha256: 472a303a5fa51b81aa7cfa792c24841b8a465b031ff42eb6f2190c3fe15b92cb

Contents?: true

Size: 303 Bytes

Versions: 25

Compression:

Stored size: 303 Bytes

Contents

require 'restfully/http/adapters/abstract_adapter'
require 'patron'

module Restfully
  module HTTP
    module Adapters
      class PatronAdapter < AbstractAdapter
        
        def initialize(base_url, options = {})
          super(base_url, options)
        end
        
      end
    end
  end
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
crohr-restfully-0.2.1 lib/restfully/http/adapters/patron_adapter.rb
crohr-restfully-0.2.2 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.6.3 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.6.2 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.6.1 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.6.0 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.5.10 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.5.9 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.5.8 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.5.7 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.5.6 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.5.5 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.5.4 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.5.3 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.5.2 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.5.1 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.5.0 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.4.1 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.4.0 lib/restfully/http/adapters/patron_adapter.rb
restfully-0.3.2 lib/restfully/http/adapters/patron_adapter.rb