Class: KairosMcp::Daemon::Chronos::FiredEvent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fired_atObject

Returns the value of attribute fired_at

Returns:

  • (Object)

    the current value of fired_at



59
60
61
# File 'lib/kairos_mcp/daemon/chronos.rb', line 59

def fired_at
  @fired_at
end

#mandateObject

Returns the value of attribute mandate

Returns:

  • (Object)

    the current value of mandate



59
60
61
# File 'lib/kairos_mcp/daemon/chronos.rb', line 59

def mandate
  @mandate
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



59
60
61
# File 'lib/kairos_mcp/daemon/chronos.rb', line 59

def name
  @name
end

#scheduleObject

Returns the value of attribute schedule

Returns:

  • (Object)

    the current value of schedule



59
60
61
# File 'lib/kairos_mcp/daemon/chronos.rb', line 59

def schedule
  @schedule
end