Class: HighLevel::Models::AdManager::LeadFormAssetPayloadDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::LeadFormAssetPayloadDTO
- Defined in:
- lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb
Instance Attribute Summary collapse
-
#background_image_asset ⇒ Object
readonly
Returns the value of attribute background_image_asset.
-
#business_name ⇒ Object
readonly
Returns the value of attribute business_name.
-
#call_to_action_description ⇒ Object
readonly
Returns the value of attribute call_to_action_description.
-
#call_to_action_type ⇒ Object
readonly
Returns the value of attribute call_to_action_type.
-
#custom_question_fields ⇒ Object
readonly
Returns the value of attribute custom_question_fields.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#desired_intent ⇒ Object
readonly
Returns the value of attribute desired_intent.
-
#fields ⇒ Object
readonly
Returns the value of attribute fields.
-
#final_urls ⇒ Object
readonly
Returns the value of attribute final_urls.
-
#headline ⇒ Object
readonly
Returns the value of attribute headline.
-
#post_submit_call_to_action_type ⇒ Object
readonly
Returns the value of attribute post_submit_call_to_action_type.
-
#post_submit_description ⇒ Object
readonly
Returns the value of attribute post_submit_description.
-
#post_submit_headline ⇒ Object
readonly
Returns the value of attribute post_submit_headline.
-
#privacy_policy_url ⇒ Object
readonly
Returns the value of attribute privacy_policy_url.
-
#resource_name ⇒ Object
readonly
Returns the value of attribute resource_name.
Instance Attribute Details
#background_image_asset ⇒ Object (readonly)
Returns the value of attribute background_image_asset
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def background_image_asset @background_image_asset end |
#business_name ⇒ Object (readonly)
Returns the value of attribute business_name
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def business_name @business_name end |
#call_to_action_description ⇒ Object (readonly)
Returns the value of attribute call_to_action_description
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def call_to_action_description @call_to_action_description end |
#call_to_action_type ⇒ Object (readonly)
Returns the value of attribute call_to_action_type
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def call_to_action_type @call_to_action_type end |
#custom_question_fields ⇒ Object (readonly)
Returns the value of attribute custom_question_fields
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def custom_question_fields @custom_question_fields end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def description @description end |
#desired_intent ⇒ Object (readonly)
Returns the value of attribute desired_intent
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def desired_intent @desired_intent end |
#fields ⇒ Object (readonly)
Returns the value of attribute fields
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def fields @fields end |
#final_urls ⇒ Object (readonly)
Returns the value of attribute final_urls
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def final_urls @final_urls end |
#headline ⇒ Object (readonly)
Returns the value of attribute headline
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def headline @headline end |
#post_submit_call_to_action_type ⇒ Object (readonly)
Returns the value of attribute post_submit_call_to_action_type
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def post_submit_call_to_action_type @post_submit_call_to_action_type end |
#post_submit_description ⇒ Object (readonly)
Returns the value of attribute post_submit_description
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def post_submit_description @post_submit_description end |
#post_submit_headline ⇒ Object (readonly)
Returns the value of attribute post_submit_headline
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def post_submit_headline @post_submit_headline end |
#privacy_policy_url ⇒ Object (readonly)
Returns the value of attribute privacy_policy_url
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def privacy_policy_url @privacy_policy_url end |
#resource_name ⇒ Object (readonly)
Returns the value of attribute resource_name
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_asset_payload_dto.rb', line 9 def resource_name @resource_name end |