Method: Jamf::OAPIObject#pretty_jamf_json

Defined in:
lib/jamf/api/jamf_pro/base_classes/oapi_object.rb

#pretty_jamf_jsonObject

Print the JSON version of the to_jamf outout mostly for debugging/troubleshooting



454
455
456
# File 'lib/jamf/api/jamf_pro/base_classes/oapi_object.rb', line 454

def pretty_jamf_json
  puts JSON.pretty_generate(to_jamf)
end