Method: Mongo::Operation::Specifiable#coll_name
- Defined in:
- lib/mongo/operation/shared/specifiable.rb
#coll_name ⇒ 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.
The name of the collection to which the operation should be sent.
235 236 237 |
# File 'lib/mongo/operation/shared/specifiable.rb', line 235 def coll_name spec.fetch(COLL_NAME) end |