Class: Bosh::Director::DeploymentPlan::Env
- Includes:
- ValidationHelper
- Defined in:
- lib/bosh/director/deployment_plan/env.rb
Instance Attribute Summary collapse
- #env ⇒ Hash readonly
Instance Method Summary collapse
-
#initialize(spec) ⇒ Env
constructor
A new instance of Env.
- #spec ⇒ Object
Methods included from ValidationHelper
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
#env ⇒ Hash (readonly)
7 8 9 |
# File 'lib/bosh/director/deployment_plan/env.rb', line 7 def env @env end |
Instance Method Details
#spec ⇒ Object
13 14 15 |
# File 'lib/bosh/director/deployment_plan/env.rb', line 13 def spec @env end |