Class: Placet::ScopePlan
- Inherits:
-
Struct
- Object
- Struct
- Placet::ScopePlan
- Defined in:
- lib/placet/engine.rb
Overview
一覧フィルタリングの集合演算の計画(concept.md 8.4 / spec/conformance/README.md)。 ORM アダプタはこの plan を WHERE 句へ写像する
Instance Attribute Summary collapse
-
#exclude_relations ⇒ Object
Returns the value of attribute exclude_relations.
-
#include_relations ⇒ Object
Returns the value of attribute include_relations.
-
#kind ⇒ Object
Returns the value of attribute kind.
Instance Attribute Details
#exclude_relations ⇒ Object
Returns the value of attribute exclude_relations
19 20 21 |
# File 'lib/placet/engine.rb', line 19 def exclude_relations @exclude_relations end |
#include_relations ⇒ Object
Returns the value of attribute include_relations
19 20 21 |
# File 'lib/placet/engine.rb', line 19 def include_relations @include_relations end |
#kind ⇒ Object
Returns the value of attribute kind
19 20 21 |
# File 'lib/placet/engine.rb', line 19 def kind @kind end |