Class: KairosMcp::Daemon::Chronos::MissedEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/kairos_mcp/daemon/chronos.rb

Overview

Log entries (in-memory; caller persists to structured log if needed).

Instance Attribute Summary collapse

Instance Attribute Details

#atObject

Returns the value of attribute at

Returns:

  • (Object)

    the current value of at



62
63
64
# File 'lib/kairos_mcp/daemon/chronos.rb', line 62

def at
  @at
end

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



62
63
64
# File 'lib/kairos_mcp/daemon/chronos.rb', line 62

def count
  @count
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



62
63
64
# File 'lib/kairos_mcp/daemon/chronos.rb', line 62

def name
  @name
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



62
63
64
# File 'lib/kairos_mcp/daemon/chronos.rb', line 62

def reason
  @reason
end