Class: HighLevel::Models::AdManager::LeadFormFieldDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#input_typeObject (readonly)

Returns the value of attribute input_type

Returns:

  • (Object)

    the current value of 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_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/lead_form_field_dto.rb', line 9

def single_choice_answers
  @single_choice_answers
end