Class: KairosMcp::Daemon::Chronos::FiredEvent
- Inherits:
-
Struct
- Object
- Struct
- KairosMcp::Daemon::Chronos::FiredEvent
- Defined in:
- lib/kairos_mcp/daemon/chronos.rb
Overview
A fired event — ‘tick` returns an array of these; the daemon will feed each one to `enqueue_mandate`.
Instance Attribute Summary collapse
-
#fired_at ⇒ Object
Returns the value of attribute fired_at.
-
#mandate ⇒ Object
Returns the value of attribute mandate.
-
#name ⇒ Object
Returns the value of attribute name.
-
#schedule ⇒ Object
Returns the value of attribute schedule.
Instance Attribute Details
#fired_at ⇒ Object
Returns the value of attribute fired_at
59 60 61 |
# File 'lib/kairos_mcp/daemon/chronos.rb', line 59 def fired_at @fired_at end |
#mandate ⇒ Object
Returns the value of attribute mandate
59 60 61 |
# File 'lib/kairos_mcp/daemon/chronos.rb', line 59 def mandate @mandate end |
#name ⇒ Object
Returns the value of attribute name
59 60 61 |
# File 'lib/kairos_mcp/daemon/chronos.rb', line 59 def name @name end |
#schedule ⇒ Object
Returns the value of attribute schedule
59 60 61 |
# File 'lib/kairos_mcp/daemon/chronos.rb', line 59 def schedule @schedule end |