Class: Phronomy::Testing::Eval::Comparison::ComparisonPair
- Inherits:
-
Data
- Object
- Data
- Phronomy::Testing::Eval::Comparison::ComparisonPair
- Defined in:
- lib/phronomy/testing/eval/comparison.rb
Instance Attribute Summary collapse
-
#eval_case ⇒ Object
readonly
Returns the value of attribute eval_case.
-
#result_a ⇒ Object
readonly
Returns the value of attribute result_a.
-
#result_b ⇒ Object
readonly
Returns the value of attribute result_b.
Instance Attribute Details
#eval_case ⇒ Object (readonly)
Returns the value of attribute eval_case
7 8 9 |
# File 'lib/phronomy/testing/eval/comparison.rb', line 7 def eval_case @eval_case end |
#result_a ⇒ Object (readonly)
Returns the value of attribute result_a
7 8 9 |
# File 'lib/phronomy/testing/eval/comparison.rb', line 7 def result_a @result_a end |
#result_b ⇒ Object (readonly)
Returns the value of attribute result_b
7 8 9 |
# File 'lib/phronomy/testing/eval/comparison.rb', line 7 def result_b @result_b end |