Class: Brute::Eval::Suite::Result
- Inherits:
-
Data
- Object
- Data
- Brute::Eval::Suite::Result
- Defined in:
- lib/brute/eval/suite.rb
Instance Attribute Summary collapse
-
#kase ⇒ Object
readonly
Returns the value of attribute kase.
-
#run ⇒ Object
readonly
Returns the value of attribute run.
-
#transcript ⇒ Object
readonly
Returns the value of attribute transcript.
-
#verdict ⇒ Object
readonly
Returns the value of attribute verdict.
Instance Attribute Details
#kase ⇒ Object (readonly)
Returns the value of attribute kase
24 25 26 |
# File 'lib/brute/eval/suite.rb', line 24 def kase @kase end |
#run ⇒ Object (readonly)
Returns the value of attribute run
24 25 26 |
# File 'lib/brute/eval/suite.rb', line 24 def run @run end |
#transcript ⇒ Object (readonly)
Returns the value of attribute transcript
24 25 26 |
# File 'lib/brute/eval/suite.rb', line 24 def transcript @transcript end |
#verdict ⇒ Object (readonly)
Returns the value of attribute verdict
24 25 26 |
# File 'lib/brute/eval/suite.rb', line 24 def verdict @verdict end |