Class: HighLevel::Models::AdManager::CreateLeadFormDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::CreateLeadFormDTO
- Defined in:
- lib/high_level/models/ad_manager/create_lead_form_dto.rb
Instance Attribute Summary collapse
-
#custom_disclaimer ⇒ Object
readonly
Returns the value of attribute custom_disclaimer.
-
#greeting_card ⇒ Object
readonly
Returns the value of attribute greeting_card.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#privacy_policy_link ⇒ Object
readonly
Returns the value of attribute privacy_policy_link.
-
#privacy_policy_text ⇒ Object
readonly
Returns the value of attribute privacy_policy_text.
-
#question_page_headline ⇒ Object
readonly
Returns the value of attribute question_page_headline.
-
#questions ⇒ Object
readonly
Returns the value of attribute questions.
-
#thank_you_page ⇒ Object
readonly
Returns the value of attribute thank_you_page.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#custom_disclaimer ⇒ Object (readonly)
Returns the value of attribute custom_disclaimer
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_lead_form_dto.rb', line 9 def custom_disclaimer @custom_disclaimer end |
#greeting_card ⇒ Object (readonly)
Returns the value of attribute greeting_card
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_lead_form_dto.rb', line 9 def greeting_card @greeting_card end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_lead_form_dto.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_lead_form_dto.rb', line 9 def name @name end |
#privacy_policy_link ⇒ Object (readonly)
Returns the value of attribute privacy_policy_link
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_lead_form_dto.rb', line 9 def privacy_policy_link @privacy_policy_link end |
#privacy_policy_text ⇒ Object (readonly)
Returns the value of attribute privacy_policy_text
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_lead_form_dto.rb', line 9 def privacy_policy_text @privacy_policy_text end |
#question_page_headline ⇒ Object (readonly)
Returns the value of attribute question_page_headline
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_lead_form_dto.rb', line 9 def question_page_headline @question_page_headline end |
#questions ⇒ Object (readonly)
Returns the value of attribute questions
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_lead_form_dto.rb', line 9 def questions @questions end |
#thank_you_page ⇒ Object (readonly)
Returns the value of attribute thank_you_page
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_lead_form_dto.rb', line 9 def thank_you_page @thank_you_page end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_lead_form_dto.rb', line 9 def type @type end |