Class: Dropdown::DropdownChoice
- Inherits:
-
Struct
- Object
- Struct
- Dropdown::DropdownChoice
- Defined in:
- lib/ruql/dropdown.rb
Instance Attribute Summary collapse
-
#correct ⇒ Object
Returns the value of attribute correct.
-
#list ⇒ Object
Returns the value of attribute list.
Instance Attribute Details
#correct ⇒ Object
Returns the value of attribute correct
3 4 5 |
# File 'lib/ruql/dropdown.rb', line 3 def correct @correct end |
#list ⇒ Object
Returns the value of attribute list
3 4 5 |
# File 'lib/ruql/dropdown.rb', line 3 def list @list end |