| Class | Mongo::Cursor::Builder::OpGetMore |
| In: |
lib/mongo/cursor/builder/op_get_more.rb
|
| Parent: | Object |
Encapsulates behavior around generating an OP_GET_MORE specification.
@since 2.2.0
| cursor | [R] | @return [ Cursor ] cursor The cursor. |
Get the specification.
@example Get the specification.
op_get_more.specification
@return [ Hash ] The specification.
@since 2.2.0