Class: KairosMcp::Daemon::Integration::State
- Inherits:
-
Struct
- Object
- Struct
- KairosMcp::Daemon::Integration::State
- Defined in:
- lib/kairos_mcp/daemon/integration.rb
Overview
All wiring state lives on this Struct so tests can introspect.
Instance Attribute Summary collapse
-
#active_mandate_id ⇒ Object
Returns the value of attribute active_mandate_id.
-
#attach_server ⇒ Object
Returns the value of attribute attach_server.
-
#budget ⇒ Object
Returns the value of attribute budget.
-
#chronos ⇒ Object
Returns the value of attribute chronos.
-
#clock ⇒ Object
Returns the value of attribute clock.
-
#current_wal ⇒ Object
Returns the value of attribute current_wal.
-
#cycle_runner ⇒ Object
Returns the value of attribute cycle_runner.
-
#heartbeat ⇒ Object
Returns the value of attribute heartbeat.
-
#heartbeat_interval ⇒ Object
Returns the value of attribute heartbeat_interval.
-
#last_cycle_at ⇒ Object
Returns the value of attribute last_cycle_at.
-
#last_heartbeat_at ⇒ Object
Returns the value of attribute last_heartbeat_at.
-
#usage_accumulator ⇒ Object
Returns the value of attribute usage_accumulator.
-
#wal_dir ⇒ Object
Returns the value of attribute wal_dir.
Instance Attribute Details
#active_mandate_id ⇒ Object
Returns the value of attribute active_mandate_id
107 108 109 |
# File 'lib/kairos_mcp/daemon/integration.rb', line 107 def active_mandate_id @active_mandate_id end |
#attach_server ⇒ Object
Returns the value of attribute attach_server
107 108 109 |
# File 'lib/kairos_mcp/daemon/integration.rb', line 107 def attach_server @attach_server end |
#budget ⇒ Object
Returns the value of attribute budget
107 108 109 |
# File 'lib/kairos_mcp/daemon/integration.rb', line 107 def budget @budget end |
#chronos ⇒ Object
Returns the value of attribute chronos
107 108 109 |
# File 'lib/kairos_mcp/daemon/integration.rb', line 107 def chronos @chronos end |
#clock ⇒ Object
Returns the value of attribute clock
107 108 109 |
# File 'lib/kairos_mcp/daemon/integration.rb', line 107 def clock @clock end |
#current_wal ⇒ Object
Returns the value of attribute current_wal
107 108 109 |
# File 'lib/kairos_mcp/daemon/integration.rb', line 107 def current_wal @current_wal end |
#cycle_runner ⇒ Object
Returns the value of attribute cycle_runner
107 108 109 |
# File 'lib/kairos_mcp/daemon/integration.rb', line 107 def cycle_runner @cycle_runner end |
#heartbeat ⇒ Object
Returns the value of attribute heartbeat
107 108 109 |
# File 'lib/kairos_mcp/daemon/integration.rb', line 107 def heartbeat @heartbeat end |
#heartbeat_interval ⇒ Object
Returns the value of attribute heartbeat_interval
107 108 109 |
# File 'lib/kairos_mcp/daemon/integration.rb', line 107 def heartbeat_interval @heartbeat_interval end |
#last_cycle_at ⇒ Object
Returns the value of attribute last_cycle_at
107 108 109 |
# File 'lib/kairos_mcp/daemon/integration.rb', line 107 def last_cycle_at @last_cycle_at end |
#last_heartbeat_at ⇒ Object
Returns the value of attribute last_heartbeat_at
107 108 109 |
# File 'lib/kairos_mcp/daemon/integration.rb', line 107 def last_heartbeat_at @last_heartbeat_at end |
#usage_accumulator ⇒ Object
Returns the value of attribute usage_accumulator
107 108 109 |
# File 'lib/kairos_mcp/daemon/integration.rb', line 107 def usage_accumulator @usage_accumulator end |
#wal_dir ⇒ Object
Returns the value of attribute wal_dir
107 108 109 |
# File 'lib/kairos_mcp/daemon/integration.rb', line 107 def wal_dir @wal_dir end |