Method: Chef::Resource::Notification#notifying_resource

Defined in:
lib/chef/resource/resource_notification.rb,
lib/chef/resource/resource_notification.rb

#notifying_resourceResource

the Chef resource performing the notification

Returns:

  • (Resource)

    the current value of notifying_resource



27
28
29
# File 'lib/chef/resource/resource_notification.rb', line 27

def notifying_resource
  @notifying_resource
end