Class: KlaviyoAPI::Connection
- Inherits:
-
ActiveResource::Connection
- Object
- ActiveResource::Connection
- KlaviyoAPI::Connection
- Includes:
- RequestNotification, ResponseCapture
- Defined in:
- lib/klaviyo_api/connection.rb
Defined Under Namespace
Modules: RequestNotification, ResponseCapture
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Method Summary
Methods included from RequestNotification
#notify_about_request, #request
Methods included from ResponseCapture
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
5 6 7 |
# File 'lib/klaviyo_api/connection.rb', line 5 def response @response end |