Class: ActiveCampaign::Webhooks::Request::OpenRequest
- Inherits:
-
BaseRequest
- Object
- BaseRecord
- BaseRequest
- ActiveCampaign::Webhooks::Request::OpenRequest
- Defined in:
- lib/active_campaign/webhooks/request/open_request.rb
Overview
AC Request Struct OpenRequest
Constant Summary
Constants inherited from BaseRecord
Instance Method Summary collapse
Methods inherited from BaseRequest
#date_time, #initiated_by, #initiated_from, #type
Methods inherited from BaseRecord
attribute, #initialize, #slice
Constructor Details
This class inherits a constructor from ActiveCampaign::Webhooks::Request::BaseRecord
Instance Method Details
#campaign ⇒ Campaign
13 |
# File 'lib/active_campaign/webhooks/request/open_request.rb', line 13 attribute :campaign, :Campaign |
#contact ⇒ Contact
15 |
# File 'lib/active_campaign/webhooks/request/open_request.rb', line 15 attribute :contact, :Contact |
#list ⇒ Integer
11 |
# File 'lib/active_campaign/webhooks/request/open_request.rb', line 11 attribute :list, :Integer |
#url ⇒ String
9 |
# File 'lib/active_campaign/webhooks/request/open_request.rb', line 9 attribute :url |