Method: Chef::ResourceReporter#initialize

Defined in:
lib/chef/resource_reporter.rb

#initialize(rest_client) ⇒ ResourceReporter

Returns a new instance of ResourceReporter.

[View source]

58
59
60
61
62
63
64
65
# File 'lib/chef/resource_reporter.rb', line 58

def initialize(rest_client)
  @pending_update = nil
  @status = "success"
  @exception = nil
  @rest_client = rest_client
  @error_descriptions = {}
  @expanded_run_list = {}
end