Class: Bosh::Director::DeploymentPlan::Env

Inherits:
Object
  • Object
show all
Includes:
ValidationHelper
Defined in:
lib/bosh/director/deployment_plan/env.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from ValidationHelper

#safe_property

Constructor Details

#initialize(spec) ⇒ Env

Returns a new instance of Env.



9
10
11
# File 'lib/bosh/director/deployment_plan/env.rb', line 9

def initialize(spec)
  @env = spec
end

Instance Attribute Details

#envHash (readonly)

Returns:



7
8
9
# File 'lib/bosh/director/deployment_plan/env.rb', line 7

def env
  @env
end

Instance Method Details

#specObject



13
14
15
# File 'lib/bosh/director/deployment_plan/env.rb', line 13

def spec
  @env
end