class Mongo::Operation::GetMore::Legacy

A MongoDB getMore operation sent as a legacy wire protocol message.

@api private

@since 2.5.2

Private Instance Methods

message(connection) click to toggle source
# File lib/mongo/operation/get_more/legacy.rb, line 33
def message(connection)
  Protocol::GetMore.new(db_name, coll_name, to_return, cursor_id)
end