Class: KairosMcp::Daemon::IdempotencyCheck::Verdict
- Inherits:
-
Struct
- Object
- Struct
- KairosMcp::Daemon::IdempotencyCheck::Verdict
- Defined in:
- lib/kairos_mcp/daemon/idempotency_check.rb
Instance Attribute Summary collapse
-
#evidence ⇒ Object
Returns the value of attribute evidence.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#post_hash ⇒ Object
Returns the value of attribute post_hash.
Instance Attribute Details
#evidence ⇒ Object
Returns the value of attribute evidence
53 54 55 |
# File 'lib/kairos_mcp/daemon/idempotency_check.rb', line 53 def evidence @evidence end |
#kind ⇒ Object
Returns the value of attribute kind
53 54 55 |
# File 'lib/kairos_mcp/daemon/idempotency_check.rb', line 53 def kind @kind end |
#post_hash ⇒ Object
Returns the value of attribute post_hash
53 54 55 |
# File 'lib/kairos_mcp/daemon/idempotency_check.rb', line 53 def post_hash @post_hash end |