Class: Insika::Evals::Check

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



28
29
30
# File 'lib/insika/evals/assertions.rb', line 28

def detail
  @detail
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



28
29
30
# File 'lib/insika/evals/assertions.rb', line 28

def name
  @name
end

#passObject

Returns the value of attribute pass

Returns:

  • (Object)

    the current value of pass



28
29
30
# File 'lib/insika/evals/assertions.rb', line 28

def pass
  @pass
end