Class: SixthSense::Guardrail::Evaluation
- Inherits:
-
Struct
- Object
- Struct
- SixthSense::Guardrail::Evaluation
- Defined in:
- lib/sixth_sense/guardrail/evaluator.rb
Instance Attribute Summary collapse
-
#baseline_violations ⇒ Object
Returns the value of attribute baseline_violations.
-
#passed ⇒ Object
Returns the value of attribute passed.
-
#violations ⇒ Object
Returns the value of attribute violations.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Method Summary collapse
Instance Attribute Details
#baseline_violations ⇒ Object
Returns the value of attribute baseline_violations
7 8 9 |
# File 'lib/sixth_sense/guardrail/evaluator.rb', line 7 def baseline_violations @baseline_violations end |
#passed ⇒ Object
Returns the value of attribute passed
7 8 9 |
# File 'lib/sixth_sense/guardrail/evaluator.rb', line 7 def passed @passed end |
#violations ⇒ Object
Returns the value of attribute violations
7 8 9 |
# File 'lib/sixth_sense/guardrail/evaluator.rb', line 7 def violations @violations end |
#warnings ⇒ Object
Returns the value of attribute warnings
7 8 9 |
# File 'lib/sixth_sense/guardrail/evaluator.rb', line 7 def warnings @warnings end |
Instance Method Details
#passed? ⇒ Boolean
8 9 10 |
# File 'lib/sixth_sense/guardrail/evaluator.rb', line 8 def passed? passed end |