Method: Moped::Protocol::Update#database

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

#databaseString, Symbol (readonly)

Returns the database this insert targets.

Returns:

  • (String, Symbol)

    the database this insert targets



68
69
70
# File 'lib/moped/protocol/update.rb', line 68

def database
  @database
end