Class: Woods::Evaluation::Evaluator::EvaluationReport
- Inherits:
-
Struct
- Object
- Struct
- Woods::Evaluation::Evaluator::EvaluationReport
- Defined in:
- lib/woods/evaluation/evaluator.rb
Overview
Aggregate report across all queries.
Instance Attribute Summary collapse
-
#aggregates ⇒ Object
Returns the value of attribute aggregates.
-
#results ⇒ Object
Returns the value of attribute results.
Instance Attribute Details
#aggregates ⇒ Object
Returns the value of attribute aggregates
24 25 26 |
# File 'lib/woods/evaluation/evaluator.rb', line 24 def aggregates @aggregates end |
#results ⇒ Object
Returns the value of attribute results
24 25 26 |
# File 'lib/woods/evaluation/evaluator.rb', line 24 def results @results end |