Class: XGen::Mongo::Driver::ObjectID
Instance Method Summary collapse
-
#to_oid ⇒ Object
Convert this object to an ObjectID.
Instance Method Details
#to_oid ⇒ Object
Convert this object to an ObjectID.
32 33 34 |
# File 'lib/mongo_record/base.rb', line 32 def to_oid self end |