Class: DeployConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/deploy_config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#workload_hashObject

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

#mainObject



11
12
13
14
15
16
17
18
19
# File 'lib/deploy_config.rb', line 11

def main
  options = get_options

  take_approval_deploy_params(options)

  take_approval_app_env(options)

  deploy_config(options)
end