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