Class: Brute::Eval::Suite::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/brute/eval/suite.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kaseObject (readonly)

Returns the value of attribute kase

Returns:

  • (Object)

    the current value of kase



24
25
26
# File 'lib/brute/eval/suite.rb', line 24

def kase
  @kase
end

#runObject (readonly)

Returns the value of attribute run

Returns:

  • (Object)

    the current value of run



24
25
26
# File 'lib/brute/eval/suite.rb', line 24

def run
  @run
end

#transcriptObject (readonly)

Returns the value of attribute transcript

Returns:

  • (Object)

    the current value of transcript



24
25
26
# File 'lib/brute/eval/suite.rb', line 24

def transcript
  @transcript
end

#verdictObject (readonly)

Returns the value of attribute verdict

Returns:

  • (Object)

    the current value of verdict



24
25
26
# File 'lib/brute/eval/suite.rb', line 24

def verdict
  @verdict
end