Class: Berkshelf::Mixin::DSLEval::CleanRoom
- Inherits:
-
Object
- Object
- Berkshelf::Mixin::DSLEval::CleanRoom
- Defined in:
- lib/berkshelf/mixin/dsl_eval.rb
Instance Attribute Summary collapse
-
#instance ⇒ Object
readonly
Returns the value of attribute instance.
Instance Method Summary collapse
-
#initialize(instance) ⇒ CleanRoom
constructor
A new instance of CleanRoom.
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
#instance ⇒ Object (readonly)
Returns the value of attribute instance.
5 6 7 |
# File 'lib/berkshelf/mixin/dsl_eval.rb', line 5 def instance @instance end |