Exception: ActiveCampaignWrapper::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/active_campaign_wrapper.rb

Overview

:nocov:

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#responseObject

Returns the value of attribute response.



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

def response
  @response
end