Class: Berkshelf::Mixin::DSLEval::CleanRoom

Inherits:
Object
  • Object
show all
Defined in:
lib/berkshelf/mixin/dsl_eval.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instance) ⇒ CleanRoom

Returns a new instance of CleanRoom.



7
8
9
# File 'lib/berkshelf/mixin/dsl_eval.rb', line 7

def initialize(instance)
  @instance = instance
end

Instance Attribute Details

#instanceObject (readonly)

Returns the value of attribute instance.



5
6
7
# File 'lib/berkshelf/mixin/dsl_eval.rb', line 5

def instance
  @instance
end