Class: Ucode::CodeChart::Verifier::Result::Pass
- Inherits:
-
Struct
- Object
- Struct
- Ucode::CodeChart::Verifier::Result::Pass
- Defined in:
- lib/ucode/code_chart/verifier/result.rb
Overview
Diff < Strategy::FAIL_THRESHOLD. The extracted SVG matches the source PDF cell within tolerance.
Instance Attribute Summary collapse
-
#codepoint ⇒ Object
Returns the value of attribute codepoint.
-
#percent ⇒ Object
Returns the value of attribute percent.
Instance Attribute Details
#codepoint ⇒ Object
Returns the value of attribute codepoint
12 13 14 |
# File 'lib/ucode/code_chart/verifier/result.rb', line 12 def codepoint @codepoint end |
#percent ⇒ Object
Returns the value of attribute percent
12 13 14 |
# File 'lib/ucode/code_chart/verifier/result.rb', line 12 def percent @percent end |