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