Class: ActiveResource::Connection

Inherits:
Object
  • Object
show all
Includes:
SpiffyStoresAPI::Connection::RequestNotification, SpiffyStoresAPI::Connection::ResponseCapture
Defined in:
lib/active_resource/connection_ext.rb

Direct Known Subclasses

SpiffyStoresAPI::Connection

Instance Attribute Summary collapse

Method Summary

Methods included from SpiffyStoresAPI::Connection::ResponseCapture

#handle_response

Methods included from SpiffyStoresAPI::Connection::RequestNotification

#notify_about_request, #request

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



5
6
7
# File 'lib/active_resource/connection_ext.rb', line 5

def response
  @response
end