Method: Atomsphere::Query#to_json
- Defined in:
- lib/atomsphere/query.rb
#to_json ⇒ String
query json that will be sent to the boomi api
112 113 114 |
# File 'lib/atomsphere/query.rb', line 112 def to_json JSON.pretty_generate to_hash end |