Sha256: 6bd4aca4a827763d4cb891900d779a30fd76469cc582dee455f59246a2449cb0
Contents?: true
Size: 297 Bytes
Versions: 6
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true require 'mongo/operation/update_search_index/op_msg' module Mongo module Operation # A MongoDB updateSearchIndex command operation. # # @api private class UpdateSearchIndex include Specifiable include OpMsgExecutable end end end
Version data entries
6 entries across 6 versions & 2 rubygems