Class: LlmCostTracker::Check
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Check
- Defined in:
- lib/llm_cost_tracker/check.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
4 5 6 |
# File 'lib/llm_cost_tracker/check.rb', line 4 def @message end |
#name ⇒ Object (readonly)
Returns the value of attribute name
4 5 6 |
# File 'lib/llm_cost_tracker/check.rb', line 4 def name @name end |
#status ⇒ Object (readonly)
Returns the value of attribute status
4 5 6 |
# File 'lib/llm_cost_tracker/check.rb', line 4 def status @status end |