Method: Mongo::Operation::Specifiable#read_concern
- Defined in:
- lib/mongo/operation/shared/specifiable.rb
#read_concern ⇒ 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.
Note:
The document may include afterClusterTime.
Get the read concern document from the spec.
344 345 346 |
# File 'lib/mongo/operation/shared/specifiable.rb', line 344 def read_concern spec[READ_CONCERN] end |