Class: ColorLS::Flags::Option
- Inherits:
-
Struct
- Object
- Struct
- ColorLS::Flags::Option
- Defined in:
- lib/colorls/flags.rb
Instance Attribute Summary collapse
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#flags ⇒ Object
Returns the value of attribute flags.
Instance Attribute Details
#desc ⇒ Object
Returns the value of attribute desc
33 34 35 |
# File 'lib/colorls/flags.rb', line 33 def desc @desc end |
#flags ⇒ Object
Returns the value of attribute flags
33 34 35 |
# File 'lib/colorls/flags.rb', line 33 def flags @flags end |