Method: Parse::PointerCollectionProxy#collection
- Defined in:
- lib/parse/model/associations/pointer_collection_proxy.rb
#collection ⇒ Array<Parse::Object>
Note:
If you modify this directly, it is highly recommended that you call CollectionProxy#notify_will_change! to notify the dirty tracking system.
The internal backing store of the collection.
23 24 25 26 |
# File 'lib/parse/model/associations/pointer_collection_proxy.rb', line 23 def collection=(c) notify_will_change! @collection = c end |