Method: ChefAPI::Resource::Base#to_json

Defined in:
lib/chef-api/resources/base.rb

#to_jsonString

The JSON serialization of this resource.

Returns:

  • (String)


932
933
934
# File 'lib/chef-api/resources/base.rb', line 932

def to_json(*)
  JSON.fast_generate(to_hash)
end