Module: Restfully

Defined in:
lib/restfully.rb,
lib/restfully/http.rb,
lib/restfully/link.rb,
lib/restfully/error.rb,
lib/restfully/parsing.rb,
lib/restfully/session.rb,
lib/restfully/resource.rb,
lib/restfully/collection.rb,
lib/restfully/http/error.rb,
lib/restfully/http/headers.rb,
lib/restfully/http/request.rb,
lib/restfully/special_hash.rb,
lib/restfully/http/response.rb,
lib/restfully/special_array.rb,
lib/restfully/http/adapters/patron_adapter.rb,
lib/restfully/http/adapters/abstract_adapter.rb,
lib/restfully/http/adapters/rest_client_adapter.rb

Defined Under Namespace

Modules: HTTP, Parsing Classes: Collection, Error, Link, NullLogger, Resource, Session, SpecialArray, SpecialHash

Constant Summary collapse

VERSION =

To be changed on version bump

"0.6.3"

Class Attribute Summary collapse

Class Attribute Details

.adapterObject

Returns the value of attribute adapter.



20
21
22
# File 'lib/restfully.rb', line 20

def adapter
  @adapter
end