Class: Shef::StandAloneSession
- Inherits:
-
ShefSession
- Object
- ShefSession
- Shef::StandAloneSession
- Defined in:
- lib/chef/shef/shef_session.rb
Instance Attribute Summary
Attributes inherited from ShefSession
#client, #compile, #node, #node_attributes, #recipe
Instance Method Summary collapse
Methods inherited from ShefSession
#collection, #cookbook_loader, #definitions, #initialize, inspect, #node_built?, #reset!, #save_node
Constructor Details
This class inherits a constructor from Shef::ShefSession
Instance Method Details
#rebuild_collection ⇒ Object
115 116 117 |
# File 'lib/chef/shef/shef_session.rb', line 115 def rebuild_collection @collection = @recipe.collection end |