Class: KairosMcp::Daemon::Chronos::StaleDrop
- Inherits:
-
Struct
- Object
- Struct
- KairosMcp::Daemon::Chronos::StaleDrop
- Defined in:
- lib/kairos_mcp/daemon/chronos.rb
Instance Attribute Summary collapse
-
#at ⇒ Object
Returns the value of attribute at.
-
#dropped_count ⇒ Object
Returns the value of attribute dropped_count.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#at ⇒ Object
Returns the value of attribute at
63 64 65 |
# File 'lib/kairos_mcp/daemon/chronos.rb', line 63 def at @at end |
#dropped_count ⇒ Object
Returns the value of attribute dropped_count
63 64 65 |
# File 'lib/kairos_mcp/daemon/chronos.rb', line 63 def dropped_count @dropped_count end |
#name ⇒ Object
Returns the value of attribute name
63 64 65 |
# File 'lib/kairos_mcp/daemon/chronos.rb', line 63 def name @name end |