Class: Bixby::Provision::Manifest::DSLProxy
- Inherits:
-
Object
- Object
- Bixby::Provision::Manifest::DSLProxy
- Extended by:
- Forwardable
- Defined in:
- lib/bixby/provision/manifest/dsl_proxy.rb
Instance Attribute Summary collapse
-
#manifest ⇒ Object
readonly
Returns the value of attribute manifest.
Instance Method Summary collapse
-
#initialize(manifest) ⇒ DSLProxy
constructor
A new instance of DSLProxy.
Constructor Details
#initialize(manifest) ⇒ DSLProxy
Returns a new instance of DSLProxy.
12 13 14 |
# File 'lib/bixby/provision/manifest/dsl_proxy.rb', line 12 def initialize(manifest) @manifest = manifest end |
Instance Attribute Details
#manifest ⇒ Object (readonly)
Returns the value of attribute manifest.
10 11 12 |
# File 'lib/bixby/provision/manifest/dsl_proxy.rb', line 10 def manifest @manifest end |