Method: Mongo::Client#database
- Defined in:
- lib/mongo/client.rb
#database ⇒ Mongo::Database (readonly)
Returns database The database the client is operating on.
143 144 145 |
# File 'lib/mongo/client.rb', line 143 def database @database end |