Class: RailVerdict::MCP::Cache::Entry
- Inherits:
-
Struct
- Object
- Struct
- RailVerdict::MCP::Cache::Entry
- Defined in:
- lib/rail_verdict/mcp/cache.rb
Instance Attribute Summary collapse
-
#environment_digest ⇒ Object
Returns the value of attribute environment_digest.
-
#outcome ⇒ Object
Returns the value of attribute outcome.
-
#pr_intelligence_document ⇒ Object
Returns the value of attribute pr_intelligence_document.
-
#receipt_document ⇒ Object
Returns the value of attribute receipt_document.
-
#state_digest ⇒ Object
Returns the value of attribute state_digest.
Instance Attribute Details
#environment_digest ⇒ Object
Returns the value of attribute environment_digest
18 19 20 |
# File 'lib/rail_verdict/mcp/cache.rb', line 18 def environment_digest @environment_digest end |
#outcome ⇒ Object
Returns the value of attribute outcome
18 19 20 |
# File 'lib/rail_verdict/mcp/cache.rb', line 18 def outcome @outcome end |
#pr_intelligence_document ⇒ Object
Returns the value of attribute pr_intelligence_document
18 19 20 |
# File 'lib/rail_verdict/mcp/cache.rb', line 18 def pr_intelligence_document @pr_intelligence_document end |
#receipt_document ⇒ Object
Returns the value of attribute receipt_document
18 19 20 |
# File 'lib/rail_verdict/mcp/cache.rb', line 18 def receipt_document @receipt_document end |
#state_digest ⇒ Object
Returns the value of attribute state_digest
18 19 20 |
# File 'lib/rail_verdict/mcp/cache.rb', line 18 def state_digest @state_digest end |