Class: KairosMcp::Daemon::Chronos::MissedEntry
- Inherits:
-
Struct
- Object
- Struct
- KairosMcp::Daemon::Chronos::MissedEntry
- Defined in:
- lib/kairos_mcp/daemon/chronos.rb
Overview
Log entries (in-memory; caller persists to structured log if needed).
Instance Attribute Summary collapse
-
#at ⇒ Object
Returns the value of attribute at.
-
#count ⇒ Object
Returns the value of attribute count.
-
#name ⇒ Object
Returns the value of attribute name.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#at ⇒ Object
Returns the value of attribute at
62 63 64 |
# File 'lib/kairos_mcp/daemon/chronos.rb', line 62 def at @at end |
#count ⇒ Object
Returns the value of attribute count
62 63 64 |
# File 'lib/kairos_mcp/daemon/chronos.rb', line 62 def count @count end |
#name ⇒ Object
Returns the value of attribute name
62 63 64 |
# File 'lib/kairos_mcp/daemon/chronos.rb', line 62 def name @name end |
#reason ⇒ Object
Returns the value of attribute reason
62 63 64 |
# File 'lib/kairos_mcp/daemon/chronos.rb', line 62 def reason @reason end |