Class: LlmCostTracker::Pricing::Backfill::Result
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Pricing::Backfill::Result
- Defined in:
- lib/llm_cost_tracker/pricing/backfill.rb
Instance Attribute Summary collapse
-
#examined ⇒ Object
readonly
Returns the value of attribute examined.
-
#recomputed ⇒ Object
readonly
Returns the value of attribute recomputed.
-
#still_unknown ⇒ Object
readonly
Returns the value of attribute still_unknown.
Instance Attribute Details
#examined ⇒ Object (readonly)
Returns the value of attribute examined
12 13 14 |
# File 'lib/llm_cost_tracker/pricing/backfill.rb', line 12 def examined @examined end |
#recomputed ⇒ Object (readonly)
Returns the value of attribute recomputed
12 13 14 |
# File 'lib/llm_cost_tracker/pricing/backfill.rb', line 12 def recomputed @recomputed end |
#still_unknown ⇒ Object (readonly)
Returns the value of attribute still_unknown
12 13 14 |
# File 'lib/llm_cost_tracker/pricing/backfill.rb', line 12 def still_unknown @still_unknown end |