Class: Phase::CLI::Build
Instance Attribute Summary collapse
-
#clean_build ⇒ Object
readonly
Returns the value of attribute clean_build.
Attributes inherited from Command
Instance Method Summary collapse
-
#initialize(args, options) ⇒ Build
constructor
A new instance of Build.
- #run ⇒ Object
Methods included from Util::Console
Constructor Details
#initialize(args, options) ⇒ Build
Returns a new instance of Build.
24 25 26 27 28 |
# File 'lib/phase/cli/build.rb', line 24 def initialize(args, ) super @clean_build = !.sandbox @version_number = .version_number end |
Instance Attribute Details
#clean_build ⇒ Object (readonly)
Returns the value of attribute clean_build.
22 23 24 |
# File 'lib/phase/cli/build.rb', line 22 def clean_build @clean_build end |