Method: Chef::RunContext#delayed_notification_collection
- Defined in:
- lib/chef/run_context.rb
#delayed_notification_collection ⇒ Hash[String, Array[Chef::Resource::Notification]] (readonly)
A Hash containing the delayed (end of run) notifications triggered by resources during the converge phase of the chef run.
188 189 190 |
# File 'lib/chef/run_context.rb', line 188 def delayed_notification_collection @delayed_notification_collection end |