Method: Parse::PointerCollectionProxy#fetch

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

#fetchObject

Fetch the set of pointer objects in this collection.



95
96
97
# File 'lib/parse/model/associations/pointer_collection_proxy.rb', line 95

def fetch
  collection.fetch_objects
end