Method: BSON::DBRef#to_hash
- Defined in:
- lib/jmongo/mongo/bson.rb
#to_hash ⇒ Object
126 127 128 |
# File 'lib/jmongo/mongo/bson.rb', line 126 def to_hash {"$ns" => @namespace, "$id" => @object_id } end |
126 127 128 |
# File 'lib/jmongo/mongo/bson.rb', line 126 def to_hash {"$ns" => @namespace, "$id" => @object_id } end |