Class: Bow::Commands::Init
- Inherits:
-
Bow::Command
- Object
- Bow::Command
- Bow::Commands::Init
- Defined in:
- lib/bow/commands/init.rb
Instance Attribute Summary
Attributes inherited from Bow::Command
Instance Method Summary collapse
Methods inherited from Bow::Command
#command_name, command_name, find, inherited, #initialize, #targets, #usage
Constructor Details
This class inherits a constructor from Bow::Command
Instance Method Details
#description ⇒ Object
6 7 8 |
# File 'lib/bow/commands/init.rb', line 6 def description 'Initialize minimal bow scaffold.' end |
#run ⇒ Object
10 11 12 |
# File 'lib/bow/commands/init.rb', line 10 def run InventoryExample.new.init end |