Class: Wizardry::Questions::Radios::RadioOption
- Inherits:
-
Struct
- Object
- Struct
- Wizardry::Questions::Radios::RadioOption
- Defined in:
- lib/wizardry/questions/radios.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
6 7 8 |
# File 'lib/wizardry/questions/radios.rb', line 6 def label @label end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/wizardry/questions/radios.rb', line 6 def value @value end |