Class: LlmCostTracker::Pricing::Backfill::RollupEvent
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Pricing::Backfill::RollupEvent
- Defined in:
- lib/llm_cost_tracker/pricing/backfill.rb
Instance Attribute Summary collapse
-
#pricing_snapshot ⇒ Object
readonly
Returns the value of attribute pricing_snapshot.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#total_cost ⇒ Object
readonly
Returns the value of attribute total_cost.
-
#tracked_at ⇒ Object
readonly
Returns the value of attribute tracked_at.
Instance Attribute Details
#pricing_snapshot ⇒ Object (readonly)
Returns the value of attribute pricing_snapshot
13 14 15 |
# File 'lib/llm_cost_tracker/pricing/backfill.rb', line 13 def pricing_snapshot @pricing_snapshot end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
13 14 15 |
# File 'lib/llm_cost_tracker/pricing/backfill.rb', line 13 def provider @provider end |
#total_cost ⇒ Object (readonly)
Returns the value of attribute total_cost
13 14 15 |
# File 'lib/llm_cost_tracker/pricing/backfill.rb', line 13 def total_cost @total_cost end |
#tracked_at ⇒ Object (readonly)
Returns the value of attribute tracked_at
13 14 15 |
# File 'lib/llm_cost_tracker/pricing/backfill.rb', line 13 def tracked_at @tracked_at end |