Class: HighLevel::Models::AdManager::LeadFormContentDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::LeadFormContentDTO
- Defined in:
- lib/high_level/models/ad_manager/lead_form_content_dto.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#headline ⇒ Object
readonly
Returns the value of attribute headline.
-
#legal_info ⇒ Object
readonly
Returns the value of attribute legal_info.
-
#post_submission_info ⇒ Object
readonly
Returns the value of attribute post_submission_info.
-
#questions ⇒ Object
readonly
Returns the value of attribute questions.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_content_dto.rb', line 9 def description @description end |
#headline ⇒ Object (readonly)
Returns the value of attribute headline
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_content_dto.rb', line 9 def headline @headline end |
#legal_info ⇒ Object (readonly)
Returns the value of attribute 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_info ⇒ Object (readonly)
Returns the value of attribute 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 |
#questions ⇒ Object (readonly)
Returns the value of attribute questions
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_content_dto.rb', line 9 def questions @questions end |