Class: LlmCostTracker::Storage::VerificationResult
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Storage::VerificationResult
- Defined in:
- lib/llm_cost_tracker/storage/active_record_backend.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
11 12 13 |
# File 'lib/llm_cost_tracker/storage/active_record_backend.rb', line 11 def @message end |
#name ⇒ Object (readonly)
Returns the value of attribute name
11 12 13 |
# File 'lib/llm_cost_tracker/storage/active_record_backend.rb', line 11 def name @name end |
#status ⇒ Object (readonly)
Returns the value of attribute status
11 12 13 |
# File 'lib/llm_cost_tracker/storage/active_record_backend.rb', line 11 def status @status end |