Class: KairosMcp::Daemon::WAL::PlanRecord
- Inherits:
-
Struct
- Object
- Struct
- KairosMcp::Daemon::WAL::PlanRecord
- Defined in:
- lib/kairos_mcp/daemon/wal.rb
Overview
PlanRecord — one plan_commit + its step descendants + its plan_finalize.
Instance Attribute Summary collapse
-
#cycle ⇒ Object
Returns the value of attribute cycle.
-
#finalize_reason ⇒ Object
Returns the value of attribute finalize_reason.
-
#finalize_status ⇒ Object
Returns the value of attribute finalize_status.
-
#finalized ⇒ Object
Returns the value of attribute finalized.
-
#mandate_id ⇒ Object
Returns the value of attribute mandate_id.
-
#plan_hash ⇒ Object
Returns the value of attribute plan_hash.
-
#plan_id ⇒ Object
Returns the value of attribute plan_id.
-
#steps ⇒ Object
Returns the value of attribute steps.
Instance Attribute Details
#cycle ⇒ Object
Returns the value of attribute cycle
61 62 63 |
# File 'lib/kairos_mcp/daemon/wal.rb', line 61 def cycle @cycle end |
#finalize_reason ⇒ Object
Returns the value of attribute finalize_reason
61 62 63 |
# File 'lib/kairos_mcp/daemon/wal.rb', line 61 def finalize_reason @finalize_reason end |
#finalize_status ⇒ Object
Returns the value of attribute finalize_status
61 62 63 |
# File 'lib/kairos_mcp/daemon/wal.rb', line 61 def finalize_status @finalize_status end |
#finalized ⇒ Object
Returns the value of attribute finalized
61 62 63 |
# File 'lib/kairos_mcp/daemon/wal.rb', line 61 def finalized @finalized end |
#mandate_id ⇒ Object
Returns the value of attribute mandate_id
61 62 63 |
# File 'lib/kairos_mcp/daemon/wal.rb', line 61 def mandate_id @mandate_id end |
#plan_hash ⇒ Object
Returns the value of attribute plan_hash
61 62 63 |
# File 'lib/kairos_mcp/daemon/wal.rb', line 61 def plan_hash @plan_hash end |
#plan_id ⇒ Object
Returns the value of attribute plan_id
61 62 63 |
# File 'lib/kairos_mcp/daemon/wal.rb', line 61 def plan_id @plan_id end |
#steps ⇒ Object
Returns the value of attribute steps
61 62 63 |
# File 'lib/kairos_mcp/daemon/wal.rb', line 61 def steps @steps end |