Method: Mongo::Protocol::GetMore::Upconverter#collection
- Defined in:
- lib/mongo/protocol/get_more.rb
#collection ⇒ String (readonly)
Returns collection The name of the collection.
120 121 122 |
# File 'lib/mongo/protocol/get_more.rb', line 120 def collection @collection end |