Class: Bricky::Commands::Bootstrap
- Defined in:
- lib/bricky/commands/bootstrap.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Bricky::Commands::Base
Instance Method Details
#execute ⇒ Object
8 9 10 11 |
# File 'lib/bricky/commands/bootstrap.rb', line 8 def execute logger.important "Boostraping images" build(image) end |