Method: Chef::Resource#updated
- Defined in:
- lib/chef/resource.rb
permalink #updated ⇒ Boolean (readonly)
Whether or not this resource was updated during an action. If multiple actions are set on the resource, this will be ‘true` if any action caused an update to happen.
906 907 908 |
# File 'lib/chef/resource.rb', line 906 def updated @updated end |