Get the merged operations for the single atomic set.
@example Get the operations
set.operations
@return [ Hash ] The pull operations.
@since 2.0.0
# File lib/mongoid/relations/embedded/atomic/pull.rb, line 16 def operations { "$pull" => { path => { "_id" => { "$in" => documents.map { |doc| doc["_id"] } } } } } end
Generated with the Darkfish Rdoc Generator 2.