Class: LlmCostTracker::Integrations::Base::Result
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Integrations::Base::Result
- Defined in:
- lib/llm_cost_tracker/integrations/base.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/integrations/base.rb', line 9 def @message end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/llm_cost_tracker/integrations/base.rb', line 9 def name @name end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/llm_cost_tracker/integrations/base.rb', line 9 def status @status end |