Class: CapistranoDeploy::Multistage::Stage
- Inherits:
-
Object
- Object
- CapistranoDeploy::Multistage::Stage
- Defined in:
- lib/capistrano-deploy/multistage.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(name, options = {}) ⇒ Stage
constructor
A new instance of Stage.
Constructor Details
#initialize(name, options = {}) ⇒ Stage
Returns a new instance of Stage.
71 72 73 74 |
# File 'lib/capistrano-deploy/multistage.rb', line 71 def initialize(name, ={}) @name = name @options = end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
68 69 70 |
# File 'lib/capistrano-deploy/multistage.rb', line 68 def name @name end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
69 70 71 |
# File 'lib/capistrano-deploy/multistage.rb', line 69 def @options end |