Class: DeployConfig
- Inherits:
-
Object
- Object
- DeployConfig
- Defined in:
- lib/deploy_config.rb
Instance Attribute Summary collapse
-
#workload_hash ⇒ Object
Returns the value of attribute workload_hash.
Instance Method Summary collapse
Instance Attribute Details
#workload_hash ⇒ Object
Returns the value of attribute workload_hash.
9 10 11 |
# File 'lib/deploy_config.rb', line 9 def workload_hash @workload_hash end |
Instance Method Details
#main ⇒ Object
11 12 13 14 15 16 17 18 19 |
# File 'lib/deploy_config.rb', line 11 def main = take_approval_deploy_params() take_approval_app_env() deploy_config() end |