Method: Mongo::Operation::Insert::BulkResult#inserted_ids
- Defined in:
- lib/mongo/operation/insert/bulk_result.rb
#inserted_ids ⇒ Object (readonly)
Get the ids of the inserted documents.
33 34 35 |
# File 'lib/mongo/operation/insert/bulk_result.rb', line 33 def inserted_ids @inserted_ids end |