Class: Ucode::CodeChart::Verifier::Result::Fail
- Inherits:
-
Struct
- Object
- Struct
- Ucode::CodeChart::Verifier::Result::Fail
- Defined in:
- lib/ucode/code_chart/verifier/result.rb
Overview
Diff ≥ threshold. Carries the diff artifact path so a human can inspect the failure.
Instance Attribute Summary collapse
-
#codepoint ⇒ Object
Returns the value of attribute codepoint.
-
#diff_path ⇒ Object
Returns the value of attribute diff_path.
-
#percent ⇒ Object
Returns the value of attribute percent.
Instance Attribute Details
#codepoint ⇒ Object
Returns the value of attribute codepoint
16 17 18 |
# File 'lib/ucode/code_chart/verifier/result.rb', line 16 def codepoint @codepoint end |
#diff_path ⇒ Object
Returns the value of attribute diff_path
16 17 18 |
# File 'lib/ucode/code_chart/verifier/result.rb', line 16 def diff_path @diff_path end |
#percent ⇒ Object
Returns the value of attribute percent
16 17 18 |
# File 'lib/ucode/code_chart/verifier/result.rb', line 16 def percent @percent end |