Class: KairosMcp::Daemon::IdempotencyCheck::Verdict

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

Instance Attribute Summary collapse

Instance Attribute Details

#evidenceObject

Returns the value of attribute evidence

Returns:

  • (Object)

    the current value of evidence



53
54
55
# File 'lib/kairos_mcp/daemon/idempotency_check.rb', line 53

def evidence
  @evidence
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



53
54
55
# File 'lib/kairos_mcp/daemon/idempotency_check.rb', line 53

def kind
  @kind
end

#post_hashObject

Returns the value of attribute post_hash

Returns:

  • (Object)

    the current value of post_hash



53
54
55
# File 'lib/kairos_mcp/daemon/idempotency_check.rb', line 53

def post_hash
  @post_hash
end