# File lib/moped/protocol/get_more.rb, line 100
      def initialize(database, collection, cursor_id, limit, options = {})
        @database = database
        @collection = collection
        @full_collection_name = "#{database}.#{collection}"
        @cursor_id = cursor_id
        @limit = limit
        @request_id = options[:request_id]
      end