summaryrefslogtreecommitdiff
path: root/lib/chef/http/json_output.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/json_output.rb')
-rw-r--r--lib/chef/http/json_output.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/http/json_output.rb b/lib/chef/http/json_output.rb
index bad009bd14..f36b35fec2 100644
--- a/lib/chef/http/json_output.rb
+++ b/lib/chef/http/json_output.rb
@@ -26,8 +26,7 @@ class Chef
# Middleware that takes an HTTP response, parses it as JSON if possible.
class JSONOutput
- attr_accessor :raw_output
- attr_accessor :inflate_json_class
+ attr_accessor :raw_output, :inflate_json_class
def initialize(opts = {})
@raw_output = opts[:raw_output]