Method: Mongo::Protocol::GetMore::Upconverter#collection

Defined in:
lib/mongo/protocol/get_more.rb

#collectionString (readonly)

Returns collection The name of the collection.

Returns:

  • (String)

    collection The name of the collection.

Since:

  • 2.1.0



120
121
122
# File 'lib/mongo/protocol/get_more.rb', line 120

def collection
  @collection
end