Class: LlmCostTracker::PriceSync::Validator::Result
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::PriceSync::Validator::Result
- Defined in:
- lib/llm_cost_tracker/price_sync/validator.rb
Instance Attribute Summary collapse
-
#accepted ⇒ Object
readonly
Returns the value of attribute accepted.
-
#flagged ⇒ Object
readonly
Returns the value of attribute flagged.
-
#rejected ⇒ Object
readonly
Returns the value of attribute rejected.
Instance Attribute Details
#accepted ⇒ Object (readonly)
Returns the value of attribute accepted
6 7 8 |
# File 'lib/llm_cost_tracker/price_sync/validator.rb', line 6 def accepted @accepted end |
#flagged ⇒ Object (readonly)
Returns the value of attribute flagged
6 7 8 |
# File 'lib/llm_cost_tracker/price_sync/validator.rb', line 6 def flagged @flagged end |
#rejected ⇒ Object (readonly)
Returns the value of attribute rejected
6 7 8 |
# File 'lib/llm_cost_tracker/price_sync/validator.rb', line 6 def rejected @rejected end |