Class: Phase::Deploy::Deployment
- Inherits:
-
Object
- Object
- Phase::Deploy::Deployment
- Defined in:
- lib/phase/kit/deploy/deployment.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#build ⇒ Object
readonly
Returns the value of attribute build.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
- #execute! ⇒ Object
-
#initialize(options = {}) ⇒ Deployment
constructor
A new instance of Deployment.
Constructor Details
#initialize(options = {}) ⇒ Deployment
Returns a new instance of Deployment.
7 8 9 |
# File 'lib/phase/kit/deploy/deployment.rb', line 7 def initialize( = {}) = end |
Instance Attribute Details
#build ⇒ Object (readonly)
Returns the value of attribute build.
5 6 7 |
# File 'lib/phase/kit/deploy/deployment.rb', line 5 def build @build end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
5 6 7 |
# File 'lib/phase/kit/deploy/deployment.rb', line 5 def end |
Instance Method Details
#execute! ⇒ Object
15 16 17 18 |
# File 'lib/phase/kit/deploy/deployment.rb', line 15 def execute! build.execute! deploy_image end |