Class: Igniter::Store::ProjectionPath
- Inherits:
-
Struct
- Object
- Struct
- Igniter::Store::ProjectionPath
- Defined in:
- lib/igniter/store/access_path.rb
Overview
Read-model descriptor: which stores and relations a cross-record projection reads. Metadata-only — no execution happens inside the store engine. Registered in SchemaGraph so the engine knows which projections depend on which stores.
Instance Attribute Summary collapse
-
#consumer_hint ⇒ Object
Returns the value of attribute consumer_hint.
-
#name ⇒ Object
Returns the value of attribute name.
-
#reactive ⇒ Object
Returns the value of attribute reactive.
-
#reads ⇒ Object
Returns the value of attribute reads.
-
#relations ⇒ Object
Returns the value of attribute relations.
Instance Attribute Details
#consumer_hint ⇒ Object
Returns the value of attribute consumer_hint
45 46 47 |
# File 'lib/igniter/store/access_path.rb', line 45 def consumer_hint @consumer_hint end |
#name ⇒ Object
Returns the value of attribute name
45 46 47 |
# File 'lib/igniter/store/access_path.rb', line 45 def name @name end |
#reactive ⇒ Object
Returns the value of attribute reactive
45 46 47 |
# File 'lib/igniter/store/access_path.rb', line 45 def reactive @reactive end |
#reads ⇒ Object
Returns the value of attribute reads
45 46 47 |
# File 'lib/igniter/store/access_path.rb', line 45 def reads @reads end |
#relations ⇒ Object
Returns the value of attribute relations
45 46 47 |
# File 'lib/igniter/store/access_path.rb', line 45 def relations @relations end |