| Class | Mongo::DBRef |
| In: |
lib/mongo/dbref.rb
|
| Parent: | Object |
| COLLECTION | = | '$ref'.freeze |
The constant for the collection reference field.
@since 2.1.0 |
|
| ID | = | '$id'.freeze |
The constant for the id field.
@since 2.1.0 |
|
| DATABASE | = | '$db'.freeze |
The constant for the database field.
@since 2.1.0 |
| collection | [R] | @return [ String ] collection The collection name. |
| database | [R] | @return [ String ] database The database name. |
| id | [R] | @return [ BSON::ObjectId ] id The referenced document id. |