Method: Mongo::Operation::Specifiable#collation
- Defined in:
- lib/mongo/operation/shared/specifiable.rb
#collation ⇒ Hash
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.
The collation to apply to the operation.
380 381 382 |
# File 'lib/mongo/operation/shared/specifiable.rb', line 380 def collation send(self.class::IDENTIFIER).first[COLLATION] end |