Module: Moonshot::Command::ClassMethods
- Defined in:
- lib/moonshot/command.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
TODO: Can we auto-generate usage for commands with no positional arguments, at least?.
-
#only_in_account ⇒ Object
TODO: Can we auto-generate usage for commands with no positional arguments, at least?.
-
#usage ⇒ Object
TODO: Can we auto-generate usage for commands with no positional arguments, at least?.
Instance Attribute Details
#description ⇒ Object
TODO: Can we auto-generate usage for commands with no positional arguments, at least?
10 11 12 |
# File 'lib/moonshot/command.rb', line 10 def description @description end |
#only_in_account ⇒ Object
TODO: Can we auto-generate usage for commands with no positional arguments, at least?
10 11 12 |
# File 'lib/moonshot/command.rb', line 10 def only_in_account @only_in_account end |
#usage ⇒ Object
TODO: Can we auto-generate usage for commands with no positional arguments, at least?
10 11 12 |
# File 'lib/moonshot/command.rb', line 10 def usage @usage end |