Method: Chef::HTTP::JSONOutput#initialize
- Defined in:
- lib/chef/http/json_output.rb
#initialize(opts = {}) ⇒ JSONOutput
Returns a new instance of JSONOutput.
32 33 34 35 |
# File 'lib/chef/http/json_output.rb', line 32 def initialize(opts = {}) @raw_output = opts[:raw_output] @inflate_json_class = opts[:inflate_json_class] end |