Class: Mongo::Operation::CollectionsInfo::Result Private
- Defined in:
- lib/mongo/operation/collections_info/result.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Defines custom behavior of results when query the system.namespaces collection.
Constant Summary
Constants inherited from Result
Result::CURSOR, Result::CURSOR_ID, Result::FIRST_BATCH, Result::N, Result::NAMESPACE, Result::NEXT_BATCH, Result::OK, Result::RESULT
Instance Attribute Summary
Attributes inherited from Result
Instance Method Summary collapse
-
#namespace ⇒ String
private
Get the namespace for the cursor.
Methods inherited from Result
#acknowledged?, #cluster_time, #cursor_id, #documents, #each, #initialize, #inspect, #labels, #multiple?, #ok?, #operation_time, #reply, #returned_count, #successful?, #validate!, #written_count
Constructor Details
This class inherits a constructor from Mongo::Operation::Result
Instance Method Details
#namespace ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Get the namespace for the cursor.
33 34 35 |
# File 'lib/mongo/operation/collections_info/result.rb', line 33 def namespace Database::NAMESPACES end |