123456789_123456789_123456789_123456789_123456789_

Class: Mongo::WriteConcern::Base

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Subclasses:
Inherits: Object
Defined in: lib/mongo/write_concern/base.rb

Overview

Defines common behavior for write concerns.

Since:

  • 2.7.0

Class Method Summary

  • .new(options) ⇒ Base constructor Internal use only Internal use only

    Instantiate a new write concern given the options.

Instance Attribute Summary

Instance Attribute Details

#optionsHash (readonly)

Returns:

  • (Hash)

    The write concern options.

Since:

  • 2.7.0

[ GitHub ]

  
# File 'lib/mongo/write_concern/base.rb', line 27

attr_reader :options