Class: Smartdown::Model::Element::MultipleChoice
- Inherits:
-
Struct
- Object
- Struct
- Smartdown::Model::Element::MultipleChoice
- Defined in:
- lib/smartdown/model/element/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
4 5 6 |
# File 'lib/smartdown/model/element/multiple_choice.rb', line 4 def choices @choices end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/smartdown/model/element/multiple_choice.rb', line 4 def name @name end |