Class: LlmCostTracker::PriceSync::Validator::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/llm_cost_tracker/price_sync/validator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#acceptedObject (readonly)

Returns the value of attribute accepted

Returns:

  • (Object)

    the current value of accepted



6
7
8
# File 'lib/llm_cost_tracker/price_sync/validator.rb', line 6

def accepted
  @accepted
end

#flaggedObject (readonly)

Returns the value of attribute flagged

Returns:

  • (Object)

    the current value of flagged



6
7
8
# File 'lib/llm_cost_tracker/price_sync/validator.rb', line 6

def flagged
  @flagged
end

#rejectedObject (readonly)

Returns the value of attribute rejected

Returns:

  • (Object)

    the current value of rejected



6
7
8
# File 'lib/llm_cost_tracker/price_sync/validator.rb', line 6

def rejected
  @rejected
end