Method: Chef::Resource#executed_by_runner
- Defined in:
- lib/chef/resource.rb
#executed_by_runner ⇒ Boolean
Returns If the resource was executed by the runner.
474 475 476 |
# File 'lib/chef/resource.rb', line 474 def executed_by_runner @executed_by_runner end |