Class: Bixby::Provision::Manifest::DSLProxy

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/bixby/provision/manifest/dsl_proxy.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#manifestObject (readonly)

Returns the value of attribute manifest.



10
11
12
# File 'lib/bixby/provision/manifest/dsl_proxy.rb', line 10

def manifest
  @manifest
end