class BSON::DbPointer
def as_extended_json(**_options)
-
(Hash)
- The extended json representation.
def as_extended_json(**_options) { '$dbPointer' => { "$ref" => ref, '$id' => id.as_extended_json } } end
(Hash)
- The extended json representation.
def as_extended_json(**_options) { '$dbPointer' => { "$ref" => ref, '$id' => id.as_extended_json } } end