Class: Sandals::Select::Option
- Inherits:
-
Data
- Object
- Data
- Sandals::Select::Option
- Defined in:
- lib/sandals/view.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#label ⇒ Object (readonly)
Returns the value of attribute label
431 432 433 |
# File 'lib/sandals/view.rb', line 431 def label @label end |
#value ⇒ Object (readonly)
Returns the value of attribute value
431 432 433 |
# File 'lib/sandals/view.rb', line 431 def value @value end |