class ActiveCampaignWrapper::Error
:nocov:
Attributes
response[RW]
Public Class Methods
new(response)
click to toggle source
Calls superclass method
# File lib/active_campaign_wrapper.rb, line 22 def initialize(response) super @response = response end