| Class | Mongo::Protocol::Reply::Upconverter |
| In: |
lib/mongo/protocol/reply.rb
|
| Parent: | Object |
| cursor_id | [R] | @return [ Integer ] cursor_id The cursor id. |
| documents | [R] | @return [ Array<BSON::Document> ] documents The documents. |
| starting_from | [R] | @return [ Integer ] starting_from The starting point in the cursor. |
Initialize the new upconverter.
@example Create the upconverter.
Upconverter.new(docs, 1, 3)
@param [ Array<BSON::Document> ] documents The documents. @param [ Integer ] cursor_id The cursor id. @param [ Integer ] starting_from The starting position.
@since 2.1.0