Class: HighLevel::Models::AdManager::CreateLeadFormDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/ad_manager/create_lead_form_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#custom_disclaimerObject (readonly)

Returns the value of attribute custom_disclaimer

Returns:

  • (Object)

    the current value of 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_cardObject (readonly)

Returns the value of attribute greeting_card

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of 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

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/ad_manager/create_lead_form_dto.rb', line 9

def name
  @name
end

Returns the value of attribute privacy_policy_link

Returns:

  • (Object)

    the current value of 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_textObject (readonly)

Returns the value of attribute privacy_policy_text

Returns:

  • (Object)

    the current value of 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_headlineObject (readonly)

Returns the value of attribute question_page_headline

Returns:

  • (Object)

    the current value of 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

#questionsObject (readonly)

Returns the value of attribute questions

Returns:

  • (Object)

    the current value of questions



9
10
11
# File 'lib/high_level/models/ad_manager/create_lead_form_dto.rb', line 9

def questions
  @questions
end

#thank_you_pageObject (readonly)

Returns the value of attribute thank_you_page

Returns:

  • (Object)

    the current value of 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

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/ad_manager/create_lead_form_dto.rb', line 9

def type
  @type
end