Class: HighLevel::Models::AdManager::FormQuestion

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



9
10
11
# File 'lib/high_level/models/ad_manager/form_question.rb', line 9

def key
  @key
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



9
10
11
# File 'lib/high_level/models/ad_manager/form_question.rb', line 9

def label
  @label
end

#optionsObject (readonly)

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



9
10
11
# File 'lib/high_level/models/ad_manager/form_question.rb', line 9

def options
  @options
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/ad_manager/form_question.rb', line 9

def type
  @type
end