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