Class: Ucode::CodeChart::Verifier::Result::Fail

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

Instance Attribute Details

#codepointObject

Returns the value of attribute codepoint

Returns:

  • (Object)

    the current value of codepoint



16
17
18
# File 'lib/ucode/code_chart/verifier/result.rb', line 16

def codepoint
  @codepoint
end

#diff_pathObject

Returns the value of attribute diff_path

Returns:

  • (Object)

    the current value of diff_path



16
17
18
# File 'lib/ucode/code_chart/verifier/result.rb', line 16

def diff_path
  @diff_path
end

#percentObject

Returns the value of attribute percent

Returns:

  • (Object)

    the current value of percent



16
17
18
# File 'lib/ucode/code_chart/verifier/result.rb', line 16

def percent
  @percent
end