Method: Atomsphere::Query#to_json

Defined in:
lib/atomsphere/query.rb

#to_jsonString

query json that will be sent to the boomi api

Returns:

  • (String)

    JSON query string

See Also:



112
113
114
# File 'lib/atomsphere/query.rb', line 112

def to_json
  JSON.pretty_generate to_hash
end