Method: Chef::Resource#immediate_notifications

Defined in:
lib/chef/resource.rb

#immediate_notificationsObject (readonly)

Each notify entry is a resource/action pair, modeled as an Struct with a #resource and #action member



98
99
100
# File 'lib/chef/resource.rb', line 98

def immediate_notifications
  @immediate_notifications
end