Method: Chef::HTTP::JSONToModelOutput#initialize
- Defined in:
- lib/chef/http/json_to_model_output.rb
#initialize(opts = {}) ⇒ JSONToModelOutput
Returns a new instance of JSONToModelOutput.
28 29 30 31 |
# File 'lib/chef/http/json_to_model_output.rb', line 28 def initialize(opts = {}) opts[:inflate_json_class] = true unless opts.key?(:inflate_json_class) super end |