Method: Platform::Api::Proxy::Base#to_json
- Defined in:
- lib/platform/api/proxy/base.rb
#to_json(opts = {}) ⇒ Object
20 21 22 |
# File 'lib/platform/api/proxy/base.rb', line 20 def to_json(opts={}) Api::AlreadyJsonedString.new(to_api_hash(opts).to_json(opts)) end |