Class: Shef::ClientSession

Inherits:
SoloSession show all
Defined in:
lib/chef/shef/shef_session.rb

Direct Known Subclasses

DoppelGangerSession

Instance Attribute Summary

Attributes inherited from ShefSession

#client, #compile, #node, #node_attributes, #recipe, #run_context

Instance Method Summary collapse

Methods inherited from SoloSession

#definitions, #rebuild_context

Methods inherited from ShefSession

#cookbook_loader, #definitions, #initialize, inspect, #node_built?, #rebuild_context, #reset!, #resource_collection, session_type

Constructor Details

This class inherits a constructor from Shef::ShefSession

Instance Method Details

#save_nodeObject



179
180
181
# File 'lib/chef/shef/shef_session.rb', line 179

def save_node
  @client.save_node
end