Module: Mongo::Collection::View::Immutable
- Included in:
- Mongo::Collection::View, Aggregation, MapReduce
- Defined in:
- lib/mongo/collection/view/immutable.rb
Overview
Defines behaviour around views being configurable and immutable.
Instance Attribute Summary collapse
-
#options ⇒ Hash
readonly
Options The additional query options.
Instance Attribute Details
#options ⇒ Hash (readonly)
Returns options The additional query options.
25 26 27 |
# File 'lib/mongo/collection/view/immutable.rb', line 25 def @options end |