Class: Commander::Command
- Inherits:
-
Struct
- Object
- Struct
- Commander::Command
- Defined in:
- lib/nub/commander.rb
Instance Attribute Summary collapse
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#help ⇒ Object
Returns the value of attribute help.
-
#name ⇒ Object
Returns the value of attribute name.
-
#opts ⇒ Object
Returns the value of attribute opts.
Instance Attribute Details
#desc ⇒ Object
Returns the value of attribute desc
92 93 94 |
# File 'lib/nub/commander.rb', line 92 def desc @desc end |
#help ⇒ Object
Returns the value of attribute help
92 93 94 |
# File 'lib/nub/commander.rb', line 92 def help @help end |
#name ⇒ Object
Returns the value of attribute name
92 93 94 |
# File 'lib/nub/commander.rb', line 92 def name @name end |
#opts ⇒ Object
Returns the value of attribute opts
92 93 94 |
# File 'lib/nub/commander.rb', line 92 def opts @opts end |