Class: AskTTY::Internal::Options::Option
- Inherits:
-
Struct
- Object
- Struct
- AskTTY::Internal::Options::Option
- Defined in:
- lib/asktty/internal/options.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/asktty/internal/options.rb', line 6 def label @label end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/asktty/internal/options.rb', line 6 def value @value end |