# File lib/chef/client.rb, line 126
    def initialize(json_attribs=nil)
      @json_attribs = json_attribs
      @node = nil
      @run_status = nil
      @runner = nil
      @ohai = Ohai::System.new
    end