Class: Placet::ScopePlan

Inherits:
Struct
  • Object
show all
Defined in:
lib/placet/engine.rb

Overview

一覧フィルタリングの集合演算の計画(concept.md 8.4 / spec/conformance/README.md)。 ORM アダプタはこの plan を WHERE 句へ写像する

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_relationsObject

Returns the value of attribute exclude_relations

Returns:

  • (Object)

    the current value of exclude_relations



19
20
21
# File 'lib/placet/engine.rb', line 19

def exclude_relations
  @exclude_relations
end

#include_relationsObject

Returns the value of attribute include_relations

Returns:

  • (Object)

    the current value of include_relations



19
20
21
# File 'lib/placet/engine.rb', line 19

def include_relations
  @include_relations
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



19
20
21
# File 'lib/placet/engine.rb', line 19

def kind
  @kind
end