Class: Insika::Wiring::Graph::Spine
- Inherits:
-
Struct
- Object
- Struct
- Insika::Wiring::Graph::Spine
- Defined in:
- lib/insika/wiring/graph.rb
Overview
Infra spine (phase 1 output). Value object — the roots read these to promote them to their historic public constants (SESSION_STORE, REGISTRY, ...).
Instance Attribute Summary collapse
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#budget_ledger ⇒ Object
Returns the value of attribute budget_ledger.
-
#capability_registry ⇒ Object
Returns the value of attribute capability_registry.
-
#channel_registry ⇒ Object
Returns the value of attribute channel_registry.
-
#checkpoint_store ⇒ Object
Returns the value of attribute checkpoint_store.
-
#circuit_state ⇒ Object
Returns the value of attribute circuit_state.
-
#code_tool_registry ⇒ Object
Returns the value of attribute code_tool_registry.
-
#contact_store ⇒ Object
Returns the value of attribute contact_store.
-
#delegation_store ⇒ Object
Returns the value of attribute delegation_store.
-
#event_stream ⇒ Object
Returns the value of attribute event_stream.
-
#followup_store ⇒ Object
Returns the value of attribute followup_store.
-
#funnel_store ⇒ Object
Returns the value of attribute funnel_store.
-
#harvest_store ⇒ Object
Returns the value of attribute harvest_store.
-
#hooks ⇒ Object
Returns the value of attribute hooks.
-
#inbound_log ⇒ Object
Returns the value of attribute inbound_log.
-
#memory_audit_store ⇒ Object
Returns the value of attribute memory_audit_store.
-
#memory_store ⇒ Object
Returns the value of attribute memory_store.
-
#outbox_store ⇒ Object
Returns the value of attribute outbox_store.
-
#outcome_store ⇒ Object
Returns the value of attribute outcome_store.
-
#pending_action_store ⇒ Object
Returns the value of attribute pending_action_store.
-
#policy_registry ⇒ Object
Returns the value of attribute policy_registry.
-
#proposal_store ⇒ Object
Returns the value of attribute proposal_store.
-
#refinement_store ⇒ Object
Returns the value of attribute refinement_store.
-
#session_store ⇒ Object
Returns the value of attribute session_store.
-
#shadow_pair_store ⇒ Object
Returns the value of attribute shadow_pair_store.
-
#task_store ⇒ Object
Returns the value of attribute task_store.
-
#token_store ⇒ Object
Returns the value of attribute token_store.
-
#workflow_registry ⇒ Object
Returns the value of attribute workflow_registry.
Instance Attribute Details
#backend ⇒ Object
Returns the value of attribute backend
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def backend @backend end |
#budget_ledger ⇒ Object
Returns the value of attribute budget_ledger
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def budget_ledger @budget_ledger end |
#capability_registry ⇒ Object
Returns the value of attribute capability_registry
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def capability_registry @capability_registry end |
#channel_registry ⇒ Object
Returns the value of attribute channel_registry
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def channel_registry @channel_registry end |
#checkpoint_store ⇒ Object
Returns the value of attribute checkpoint_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def checkpoint_store @checkpoint_store end |
#circuit_state ⇒ Object
Returns the value of attribute circuit_state
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def circuit_state @circuit_state end |
#code_tool_registry ⇒ Object
Returns the value of attribute code_tool_registry
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def code_tool_registry @code_tool_registry end |
#contact_store ⇒ Object
Returns the value of attribute contact_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def contact_store @contact_store end |
#delegation_store ⇒ Object
Returns the value of attribute delegation_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def delegation_store @delegation_store end |
#event_stream ⇒ Object
Returns the value of attribute event_stream
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def event_stream @event_stream end |
#followup_store ⇒ Object
Returns the value of attribute followup_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def followup_store @followup_store end |
#funnel_store ⇒ Object
Returns the value of attribute funnel_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def funnel_store @funnel_store end |
#harvest_store ⇒ Object
Returns the value of attribute harvest_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def harvest_store @harvest_store end |
#hooks ⇒ Object
Returns the value of attribute hooks
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def hooks @hooks end |
#inbound_log ⇒ Object
Returns the value of attribute inbound_log
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def inbound_log @inbound_log end |
#memory_audit_store ⇒ Object
Returns the value of attribute memory_audit_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def memory_audit_store @memory_audit_store end |
#memory_store ⇒ Object
Returns the value of attribute memory_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def memory_store @memory_store end |
#outbox_store ⇒ Object
Returns the value of attribute outbox_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def outbox_store @outbox_store end |
#outcome_store ⇒ Object
Returns the value of attribute outcome_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def outcome_store @outcome_store end |
#pending_action_store ⇒ Object
Returns the value of attribute pending_action_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def pending_action_store @pending_action_store end |
#policy_registry ⇒ Object
Returns the value of attribute policy_registry
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def policy_registry @policy_registry end |
#proposal_store ⇒ Object
Returns the value of attribute proposal_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def proposal_store @proposal_store end |
#refinement_store ⇒ Object
Returns the value of attribute refinement_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def refinement_store @refinement_store end |
#session_store ⇒ Object
Returns the value of attribute session_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def session_store @session_store end |
#shadow_pair_store ⇒ Object
Returns the value of attribute shadow_pair_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def shadow_pair_store @shadow_pair_store end |
#task_store ⇒ Object
Returns the value of attribute task_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def task_store @task_store end |
#token_store ⇒ Object
Returns the value of attribute token_store
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def token_store @token_store end |
#workflow_registry ⇒ Object
Returns the value of attribute workflow_registry
501 502 503 |
# File 'lib/insika/wiring/graph.rb', line 501 def workflow_registry @workflow_registry end |