Class: Bricky::Commands::Builder

Inherits:
Base
  • Object
show all
Defined in:
lib/bricky/commands/builder.rb

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#initialize, #logger

Constructor Details

This class inherits a constructor from Bricky::Commands::Base

Instance Method Details

#executeObject



7
8
9
10
# File 'lib/bricky/commands/builder.rb', line 7

def execute
  logger.important 'Building Project'
  build(Bricky::Image.new("builder"))
end