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