Method: Chef::Resource#updated_by_last_action?

Defined in:
lib/chef/resource.rb

#updated_by_last_action?Boolean

Returns:

  • (Boolean)


423
424
425
# File 'lib/chef/resource.rb', line 423

def updated_by_last_action?
  @updated_by_last_action
end