Method: BSON::DBRef#to_hash

Defined in:
lib/jmongo/mongo/bson.rb

#to_hashObject



126
127
128
# File 'lib/jmongo/mongo/bson.rb', line 126

def to_hash
  {"$ns" => @namespace, "$id" => @object_id }
end