Class: SpiffyStoresAPI::Connection

Inherits:
ActiveResource::Connection show all
Includes:
RequestNotification, ResponseCapture
Defined in:
lib/spiffy_stores_api/connection.rb

Defined Under Namespace

Modules: RequestNotification, ResponseCapture

Instance Attribute Summary collapse

Method Summary

Methods included from RequestNotification

#notify_about_request, #request

Methods included from ResponseCapture

#handle_response

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



3
4
5
# File 'lib/spiffy_stores_api/connection.rb', line 3

def response
  @response
end