Module: Mongo::Operation::KillCursors::CommandBuilder Private
Do not use. This module is for internal use only.
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/mongo/operation/kill_cursors/command_builder.rb |
Overview
Instance Method Summary
- #int64_cursor_ids private Internal use only
Instance Method Details
#int64_cursor_ids (private)
# File 'lib/mongo/operation/kill_cursors/command_builder.rb', line 27
def int64_cursor_ids spec.fetch(:cursor_ids).map do |id| BSON::Int64.new(id) end end