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