Class: Phase::CLI::Build
Instance Attribute Summary collapse
-
#clean_build ⇒ Object
readonly
Returns the value of attribute clean_build.
-
#version_number ⇒ Object
readonly
Returns the value of attribute version_number.
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.
23 24 25 26 |
# File 'lib/phase/cli/build.rb', line 23 def initialize(args, ) super @clean_build = !.sandbox end |
Instance Attribute Details
#clean_build ⇒ Object (readonly)
Returns the value of attribute clean_build.
21 22 23 |
# File 'lib/phase/cli/build.rb', line 21 def clean_build @clean_build end |
#version_number ⇒ Object (readonly)
Returns the value of attribute version_number.
21 22 23 |
# File 'lib/phase/cli/build.rb', line 21 def version_number @version_number end |