Class: Ucode::CodeChart::Verifier::Result::Pass

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codepointObject

Returns the value of attribute codepoint

Returns:

  • (Object)

    the current value of codepoint



12
13
14
# File 'lib/ucode/code_chart/verifier/result.rb', line 12

def codepoint
  @codepoint
end

#percentObject

Returns the value of attribute percent

Returns:

  • (Object)

    the current value of percent



12
13
14
# File 'lib/ucode/code_chart/verifier/result.rb', line 12

def percent
  @percent
end