Class: ActiveCampaign::Webhooks::Request::AccountContact
- Inherits:
-
BaseRecord
- Object
- BaseRecord
- ActiveCampaign::Webhooks::Request::AccountContact
show all
- Defined in:
- lib/active_campaign/webhooks/request/account_contact.rb
Overview
AC Request Struct AccountContact
Constant Summary
Constants inherited
from BaseRecord
BaseRecord::PARSE_MAP
Instance Method Summary
collapse
Methods inherited from BaseRecord
attribute, #initialize, #slice
Instance Method Details
#account ⇒ Integer
11
|
# File 'lib/active_campaign/webhooks/request/account_contact.rb', line 11
attribute :account, :Integer
|
13
|
# File 'lib/active_campaign/webhooks/request/account_contact.rb', line 13
attribute :contact, :Integer
|
#id ⇒ Integer
9
|
# File 'lib/active_campaign/webhooks/request/account_contact.rb', line 9
attribute :id, :Integer
|
#job_title ⇒ String
15
|
# File 'lib/active_campaign/webhooks/request/account_contact.rb', line 15
attribute :job_title
|