Class: LlmCostTracker::Pricing::Backfill::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#examinedObject (readonly)

Returns the value of attribute examined

Returns:

  • (Object)

    the current value of examined



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

def examined
  @examined
end

#recomputedObject (readonly)

Returns the value of attribute recomputed

Returns:

  • (Object)

    the current value of recomputed



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

def recomputed
  @recomputed
end

#still_unknownObject (readonly)

Returns the value of attribute still_unknown

Returns:

  • (Object)

    the current value of still_unknown



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

def still_unknown
  @still_unknown
end