Method: Mongo::TopologyVersion#process_id
- Defined in:
- lib/mongo/topology_version.rb
#process_id ⇒ BSON::ObjectId
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.
Returns The process id.
38 39 40 |
# File 'lib/mongo/topology_version.rb', line 38 def process_id self['processId'] end |