Class: LlmCostTracker::Pricing::Backfill::RollupEvent

Inherits:
Data
  • Object
show all
Defined in:
lib/llm_cost_tracker/pricing/backfill.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pricing_snapshotObject (readonly)

Returns the value of attribute pricing_snapshot

Returns:

  • (Object)

    the current value of pricing_snapshot



13
14
15
# File 'lib/llm_cost_tracker/pricing/backfill.rb', line 13

def pricing_snapshot
  @pricing_snapshot
end

#providerObject (readonly)

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



13
14
15
# File 'lib/llm_cost_tracker/pricing/backfill.rb', line 13

def provider
  @provider
end

#total_costObject (readonly)

Returns the value of attribute total_cost

Returns:

  • (Object)

    the current value of total_cost



13
14
15
# File 'lib/llm_cost_tracker/pricing/backfill.rb', line 13

def total_cost
  @total_cost
end

#tracked_atObject (readonly)

Returns the value of attribute tracked_at

Returns:

  • (Object)

    the current value of tracked_at



13
14
15
# File 'lib/llm_cost_tracker/pricing/backfill.rb', line 13

def tracked_at
  @tracked_at
end