Method: Moped::Protocol::Update#collection
- Defined in:
- lib/moped/protocol/update.rb
#collection ⇒ String, Symbol (readonly)
Returns the collection this insert targets.
71 72 73 |
# File 'lib/moped/protocol/update.rb', line 71 def collection @collection end |