Method: Chef::Resource#notifies_delayed
- Defined in:
- lib/chef/resource.rb
#notifies_delayed(action, resource_spec) ⇒ Object
283 284 285 |
# File 'lib/chef/resource.rb', line 283 def notifies_delayed(action, resource_spec) @delayed_notifications << Notification.new(resource_spec, action, self) end |