Class: HighLevel::Models::AdManager::LeadFormFieldDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::LeadFormFieldDTO
- Defined in:
- lib/high_level/models/ad_manager/lead_form_field_dto.rb
Instance Attribute Summary collapse
-
#input_type ⇒ Object
readonly
Returns the value of attribute input_type.
-
#single_choice_answers ⇒ Object
readonly
Returns the value of attribute single_choice_answers.
Instance Attribute Details
#input_type ⇒ Object (readonly)
Returns the value of attribute input_type
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_field_dto.rb', line 9 def input_type @input_type end |
#single_choice_answers ⇒ Object (readonly)
Returns the value of attribute single_choice_answers
9 10 11 |
# File 'lib/high_level/models/ad_manager/lead_form_field_dto.rb', line 9 def single_choice_answers @single_choice_answers end |