Sha256: 0254ec921363bbb2fdf16de134ad5df8d6ff5fde1e141023acc493343127cd99
Contents?: true
Size: 442 Bytes
Versions: 13
Compression:
Stored size: 442 Bytes
Contents
# encoding: utf-8 module Mongoid #:nodoc: module Modifiers #:nodoc: class Command #:nodoc: include Mongoid::Safe # Instantiate the new $inc modifier. # # Options: # # klass: The class to get the collection from. # options: The options to get passed through to the driver. def initialize(document, options = {}) @document, @options = document, options end end end end
Version data entries
13 entries across 13 versions & 2 rubygems