Class: Insika::Evals::Check
- Inherits:
-
Struct
- Object
- Struct
- Insika::Evals::Check
- Defined in:
- lib/insika/evals/assertions.rb
Overview
A single check within a case (e.g. "tool:shipping_quote", "must_not:pii_leak").
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pass ⇒ Object
Returns the value of attribute pass.
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
28 29 30 |
# File 'lib/insika/evals/assertions.rb', line 28 def detail @detail end |
#name ⇒ Object
Returns the value of attribute name
28 29 30 |
# File 'lib/insika/evals/assertions.rb', line 28 def name @name end |
#pass ⇒ Object
Returns the value of attribute pass
28 29 30 |
# File 'lib/insika/evals/assertions.rb', line 28 def pass @pass end |