Class: HighLevel::Models::AdManager::LinkedInCreateLeadFormBodyDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::LinkedInCreateLeadFormBodyDTO
- Defined in:
- lib/high_level/models/ad_manager/linked_in_create_lead_form_body_dto.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#creation_locale ⇒ Object
readonly
Returns the value of attribute creation_locale.
-
#hidden_fields ⇒ Object
readonly
Returns the value of attribute hidden_fields.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_create_lead_form_body_dto.rb', line 9 def content @content end |
#creation_locale ⇒ Object (readonly)
Returns the value of attribute creation_locale
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_create_lead_form_body_dto.rb', line 9 def creation_locale @creation_locale end |
#hidden_fields ⇒ Object (readonly)
Returns the value of attribute hidden_fields
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_create_lead_form_body_dto.rb', line 9 def hidden_fields @hidden_fields end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_create_lead_form_body_dto.rb', line 9 def name @name end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_create_lead_form_body_dto.rb', line 9 def owner @owner end |
#state ⇒ Object (readonly)
Returns the value of attribute state
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_create_lead_form_body_dto.rb', line 9 def state @state end |