class Mongo::Operation::CollectionsInfo
A MongoDB operation to get info on all collections in a given database.
@api private
@since 2.0.0
Private Instance Methods
final_operation()
click to toggle source
# File lib/mongo/operation/collections_info.rb, line 34 def final_operation ListCollections::OpMsg.new(spec) end