Class: LlmCostTracker::Storage::VerificationResult
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Storage::VerificationResult
- Defined in:
- lib/llm_cost_tracker/storage/registry.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message
9 10 11 |
# File 'lib/llm_cost_tracker/storage/registry.rb', line 9 def @message end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/llm_cost_tracker/storage/registry.rb', line 9 def name @name end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/llm_cost_tracker/storage/registry.rb', line 9 def status @status end |