Method: Chef::Resource::LWRPBase.run_context

Defined in:
lib/chef/resource/lwrp_base.rb

.run_contextObject

Set the run context on the class. Used to provide access to the node during class definition.



96
97
98
# File 'lib/chef/resource/lwrp_base.rb', line 96

def run_context
  @run_context
end