Class: Phase::Deploy::Deployment
- Inherits:
-
Object
- Object
- Phase::Deploy::Deployment
- Defined in:
- lib/phase/kit/deploy/deployment.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
, :build.
Instance Method Summary collapse
-
#execute! ⇒ Object
def build @build ||= Build.new(options) end.
-
#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( = {}) @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
, :build
5 6 7 |
# File 'lib/phase/kit/deploy/deployment.rb', line 5 def @options end |