Method: Moped::Protocol::Update#collection

Defined in:
lib/moped/protocol/update.rb

#collectionString, Symbol (readonly)

Returns the collection this insert targets.

Returns:

  • (String, Symbol)

    the collection this insert targets



71
72
73
# File 'lib/moped/protocol/update.rb', line 71

def collection
  @collection
end