Method: Mongo::Operation::Specifiable#deletes
- Defined in:
- lib/mongo/operation/shared/specifiable.rb
#deletes ⇒ Array<BSON::Document>
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Get the deletes from the specification.
199 200 201 |
# File 'lib/mongo/operation/shared/specifiable.rb', line 199 def deletes spec[DELETES] end |