Method: Parse::PointerCollectionProxy#as_json

Defined in:
lib/parse/model/associations/pointer_collection_proxy.rb

#as_json(opts = nil) ⇒ Object

Encode the collection as a JSON object of Parse::Pointers.



100
101
102
# File 'lib/parse/model/associations/pointer_collection_proxy.rb', line 100

def as_json(opts = nil)
  parse_pointers.as_json(opts)
end