Class: Smartdown::Model::Element::Question::MultipleChoice
- Inherits:
-
Struct
- Object
- Struct
- Smartdown::Model::Element::Question::MultipleChoice
- Defined in:
- lib/smartdown/model/element/question/multiple_choice.rb
Instance Attribute Summary collapse
-
#choices ⇒ Object
Returns the value of attribute choices.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#choices ⇒ Object
Returns the value of attribute choices
5 6 7 |
# File 'lib/smartdown/model/element/question/multiple_choice.rb', line 5 def choices @choices end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/smartdown/model/element/question/multiple_choice.rb', line 5 def name @name end |