Class: RailVerdict::MCP::Cache::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rail_verdict/mcp/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#environment_digestObject

Returns the value of attribute environment_digest

Returns:

  • (Object)

    the current value of environment_digest



18
19
20
# File 'lib/rail_verdict/mcp/cache.rb', line 18

def environment_digest
  @environment_digest
end

#outcomeObject

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



18
19
20
# File 'lib/rail_verdict/mcp/cache.rb', line 18

def outcome
  @outcome
end

#pr_intelligence_documentObject

Returns the value of attribute pr_intelligence_document

Returns:

  • (Object)

    the current value of pr_intelligence_document



18
19
20
# File 'lib/rail_verdict/mcp/cache.rb', line 18

def pr_intelligence_document
  @pr_intelligence_document
end

#receipt_documentObject

Returns the value of attribute receipt_document

Returns:

  • (Object)

    the current value of receipt_document



18
19
20
# File 'lib/rail_verdict/mcp/cache.rb', line 18

def receipt_document
  @receipt_document
end

#state_digestObject

Returns the value of attribute state_digest

Returns:

  • (Object)

    the current value of state_digest



18
19
20
# File 'lib/rail_verdict/mcp/cache.rb', line 18

def state_digest
  @state_digest
end