Method: Mongo::Protocol::Query::Upconverter#collection
- Defined in:
- lib/mongo/protocol/query.rb
#collection ⇒ String (readonly)
Returns collection The name of the collection.
261 262 263 |
# File 'lib/mongo/protocol/query.rb', line 261 def collection @collection end |