Exception: ActiveCampaignWrapper::Error
- Inherits:
-
StandardError
- Object
- StandardError
- ActiveCampaignWrapper::Error
- Defined in:
- lib/active_campaign_wrapper.rb
Overview
:nocov:
Direct Known Subclasses
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(response) ⇒ Error
Returns a new instance of Error.
22 23 24 25 |
# File 'lib/active_campaign_wrapper.rb', line 22 def initialize(response) super @response = response end |
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
20 21 22 |
# File 'lib/active_campaign_wrapper.rb', line 20 def response @response end |