Class: LlmCostTracker::TopCall
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::TopCall
- Defined in:
- lib/llm_cost_tracker/report_data.rb
Instance Attribute Summary collapse
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#total_cost ⇒ Object
readonly
Returns the value of attribute total_cost.
Instance Attribute Details
#model ⇒ Object (readonly)
Returns the value of attribute model
6 7 8 |
# File 'lib/llm_cost_tracker/report_data.rb', line 6 def model @model end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
6 7 8 |
# File 'lib/llm_cost_tracker/report_data.rb', line 6 def provider @provider end |
#total_cost ⇒ Object (readonly)
Returns the value of attribute total_cost
6 7 8 |
# File 'lib/llm_cost_tracker/report_data.rb', line 6 def total_cost @total_cost end |