Method: Chef::RunContext#action_collection
- Defined in:
- lib/chef/run_context.rb
#action_collection ⇒ Chef::ActionCollection
Handle to the global action_collection of executed actions for reporting / data_collector /etc
128 129 130 |
# File 'lib/chef/run_context.rb', line 128 def action_collection @action_collection end |