class Mongo::Operation::GetMore::Command

A MongoDB getMore operation sent as a command message.

@api private

@since 2.5.2

Private Instance Methods

message(connection) click to toggle source
# File lib/mongo/operation/get_more/command.rb, line 37
def message(connection)
  Protocol::Query.new(db_name, Database::COMMAND, command(connection), options(connection))
end