Class: KairosMcp::Daemon::Chronos::Rejection
- Inherits:
-
Struct
- Object
- Struct
- KairosMcp::Daemon::Chronos::Rejection
- Defined in:
- lib/kairos_mcp/daemon/chronos.rb
Instance Attribute Summary collapse
-
#at ⇒ Object
Returns the value of attribute at.
-
#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
64 65 66 |
# File 'lib/kairos_mcp/daemon/chronos.rb', line 64 def at @at end |
#name ⇒ Object
Returns the value of attribute name
64 65 66 |
# File 'lib/kairos_mcp/daemon/chronos.rb', line 64 def name @name end |
#reason ⇒ Object
Returns the value of attribute reason
64 65 66 |
# File 'lib/kairos_mcp/daemon/chronos.rb', line 64 def reason @reason end |