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(server) click to toggle source
# File lib/mongo/operation/get_more/legacy.rb, line 30
def message(server)
  Protocol::GetMore.new(db_name, coll_name, to_return, cursor_id)
end