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

Methods

new   specification  

Attributes

cursor  [R]  @return [ Cursor ] cursor The cursor.

Public Class methods

Create the new builder.

@example Create the builder.

  OpGetMore.new(cursor)

@param [ Cursor ] cursor The cursor.

@since 2.2.0

Public Instance methods

Get the specification.

@example Get the specification.

  op_get_more.specification

@return [ Hash ] The specification.

@since 2.2.0

[Validate]