Class: Context::DeployChefConfig
- Inherits:
-
Deploy
- Object
- Deploy
- Context::DeployChefConfig
- Includes:
- CucumberDeployerHelper, GitDeployerHelper, RubyDeployerHelper
- Defined in:
- lib/deploy-chef-config.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(deploycontext_folder) ⇒ DeployChefConfig
constructor
A new instance of DeployChefConfig.
Constructor Details
#initialize(deploycontext_folder) ⇒ DeployChefConfig
Returns a new instance of DeployChefConfig.
14 15 16 |
# File 'lib/deploy-chef-config.rb', line 14 def initialize(deploycontext_folder) super('deploy-chef-config', deploycontext_folder) end |
Class Method Details
.deployer ⇒ Object
9 10 11 12 |
# File 'lib/deploy-chef-config.rb', line 9 def self.deployer @deployer = Context::DeployChefConfig.new(Dir.pwd) if @deployer.nil? @deployer end |