Class Mongo::Operation::CollectionsInfo::Result
In: lib/mongo/operation/collections_info/result.rb
Parent: Operation::Result

Defines custom behavior of results when query the system.namespaces collection.

@since 2.1.0

Methods

namespace  

Public Instance methods

Get the namespace for the cursor.

@example Get the namespace.

  result.namespace

@return [ String ] The namespace.

@since 2.1.0

[Validate]