Module: Mongo::Operation::Limited Private
Do not use. This module is for internal use only.
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/mongo/operation/shared/limited.rb |
Overview
Shared behavior of operations that require its documents to each have an id.
Instance Method Summary
-
#options(connection) ⇒ Hash
private
Internal use only
Get the options for executing the operation on a particular connection.
Instance Method Details
#options(connection) ⇒ Hash
(private)
Get the options for executing the operation on a particular connection.
# File 'lib/mongo/operation/shared/limited.rb', line 37
def (connection) super.merge(limit: -1) end