Module: Cuprum::Collections::Basic::Scopes

Defined in:
lib/cuprum/collections/basic/scopes.rb,
lib/cuprum/collections/basic/scopes/base.rb,
lib/cuprum/collections/basic/scopes/builder.rb,
lib/cuprum/collections/basic/scopes/all_scope.rb,
lib/cuprum/collections/basic/scopes/none_scope.rb,
lib/cuprum/collections/basic/scopes/criteria_scope.rb,
lib/cuprum/collections/basic/scopes/conjunction_scope.rb,
lib/cuprum/collections/basic/scopes/disjunction_scope.rb

Overview

Namespace for basic scope functionality, which filters query data.

Defined Under Namespace

Classes: AllScope, Base, Builder, ConjunctionScope, CriteriaScope, DisjunctionScope, NoneScope