Class: Boilerpl8::CommandOptionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Boilerpl8::CommandOptionDefinition
- Defined in:
- lib/boilerpl8.rb
Instance Attribute Summary collapse
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#long ⇒ Object
Returns the value of attribute long.
-
#param ⇒ Object
Returns the value of attribute param.
-
#short ⇒ Object
Returns the value of attribute short.
Instance Attribute Details
#desc ⇒ Object
Returns the value of attribute desc
297 298 299 |
# File 'lib/boilerpl8.rb', line 297 def desc @desc end |
#long ⇒ Object
Returns the value of attribute long
297 298 299 |
# File 'lib/boilerpl8.rb', line 297 def long @long end |
#param ⇒ Object
Returns the value of attribute param
297 298 299 |
# File 'lib/boilerpl8.rb', line 297 def param @param end |
#short ⇒ Object
Returns the value of attribute short
297 298 299 |
# File 'lib/boilerpl8.rb', line 297 def short @short end |