Class: Restfully::HTTP::Adapters::PatronAdapter

Inherits:
AbstractAdapter show all
Defined in:
lib/restfully/http/adapters/patron_adapter.rb

Instance Attribute Summary

Attributes inherited from AbstractAdapter

#logger, #options

Instance Method Summary collapse

Methods inherited from AbstractAdapter

#delete, #get, #post, #put

Constructor Details

#initialize(base_url, options = {}) ⇒ PatronAdapter

Returns a new instance of PatronAdapter.



9
10
11
# File 'lib/restfully/http/adapters/patron_adapter.rb', line 9

def initialize(base_url, options = {})
  super(base_url, options)
end