Class: HighLevel::Models::AdManager::LeadFormContentDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



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

def description
  @description
end

#headlineObject (readonly)

Returns the value of attribute headline

Returns:

  • (Object)

    the current value of headline



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

def headline
  @headline
end

Returns the value of attribute legal_info

Returns:

  • (Object)

    the current value of legal_info



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

def legal_info
  @legal_info
end

#post_submission_infoObject (readonly)

Returns the value of attribute post_submission_info

Returns:

  • (Object)

    the current value of post_submission_info



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

def post_submission_info
  @post_submission_info
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/lead_form_content_dto.rb', line 9

def questions
  @questions
end