Class: D4C::ConsoleOptionSet::Option
- Inherits:
-
Struct
- Object
- Struct
- D4C::ConsoleOptionSet::Option
- Defined in:
- lib/d4c/console_option_set.rb
Instance Attribute Summary collapse
-
#blk ⇒ Object
Returns the value of attribute blk.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#blk ⇒ Object
Returns the value of attribute blk
7 8 9 |
# File 'lib/d4c/console_option_set.rb', line 7 def blk @blk end |
#desc ⇒ Object
Returns the value of attribute desc
7 8 9 |
# File 'lib/d4c/console_option_set.rb', line 7 def desc @desc end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/d4c/console_option_set.rb', line 7 def name @name end |