lib/chef-umami/client.rb in chef-umami-0.0.4 vs lib/chef-umami/client.rb in chef-umami-0.0.5

- old
+ new

@@ -14,12 +14,10 @@ require 'chef' module Umami class Client - - attr_reader :client def initialize @client = client end def client @@ -43,8 +41,7 @@ # TODO: This can only be called after #prep completes successfully. # Add some check to determine if the client is actually prepped. def resource_collection client.run_status.run_context.resource_collection end - end end