Class: HighLevel::Models::AdManager::CustomQuestionFieldDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#custom_question_textObject (readonly)

Returns the value of attribute custom_question_text

Returns:

  • (Object)

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

Returns the value of attribute single_choice_answers

Returns:

  • (Object)

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