Class: LlmCostTracker::Dashboard::DataQuality::QuarantinedInbox

Inherits:
Data
  • Object
show all
Defined in:
app/services/llm_cost_tracker/dashboard/data_quality.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject (readonly)

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



7
8
9
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 7

def count
  @count
end

#total_costObject (readonly)

Returns the value of attribute total_cost

Returns:

  • (Object)

    the current value of total_cost



7
8
9
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 7

def total_cost
  @total_cost
end