Class: Shef::ClientSession
- Inherits:
-
SoloSession
- Object
- ShefSession
- SoloSession
- Shef::ClientSession
- 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 SoloSession
#cookbook_loader, #definitions, #rebuild_collection
Methods inherited from ShefSession
#collection, #cookbook_loader, #definitions, #initialize, inspect, #node_built?, #rebuild_collection, #reset!
Constructor Details
This class inherits a constructor from Shef::ShefSession
Instance Method Details
#save_node ⇒ Object
159 160 161 |
# File 'lib/chef/shef/shef_session.rb', line 159 def save_node @client.save_node end |