Class: Deployer::BaseDeployer
- Inherits:
-
Object
- Object
- Deployer::BaseDeployer
- Defined in:
- lib/deployer/base_deployer.rb
Direct Known Subclasses
ConfigDeployer, ConsoleDeployer, GoDeployer, MuleDeployer, RubyDeployer
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#stage ⇒ Object
readonly
Returns the value of attribute stage.
-
#stage_path ⇒ Object
readonly
Returns the value of attribute stage_path.
Instance Method Summary collapse
-
#initialize(options) ⇒ BaseDeployer
constructor
A new instance of BaseDeployer.
Constructor Details
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
2 3 4 |
# File 'lib/deployer/base_deployer.rb', line 2 def @options end |
#stage ⇒ Object (readonly)
Returns the value of attribute stage.
2 3 4 |
# File 'lib/deployer/base_deployer.rb', line 2 def stage @stage end |
#stage_path ⇒ Object (readonly)
Returns the value of attribute stage_path.
2 3 4 |
# File 'lib/deployer/base_deployer.rb', line 2 def stage_path @stage_path end |