summaryrefslogtreecommitdiff
path: root/lib/chef/provider/resource_update.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/resource_update.rb')
-rw-r--r--lib/chef/provider/resource_update.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/provider/resource_update.rb b/lib/chef/provider/resource_update.rb
index e069a8201c..af2bc688f6 100644
--- a/lib/chef/provider/resource_update.rb
+++ b/lib/chef/provider/resource_update.rb
@@ -1,7 +1,6 @@
class Chef
class Provider
-
# {
# "run_id" : "1000",
# "resource" : {
@@ -28,7 +27,6 @@ class Chef
# }
class ResourceUpdate
-
attr_accessor :type
attr_accessor :name
attr_accessor :duration #ms
@@ -46,7 +44,6 @@ class Chef
def updated_state_from_resource(resource)
@final_properties = resource.to_hash
end
-
end
end
end