Class: Ucode::CodeChart::Verifier::Result::Skipped

Inherits:
Struct
  • Object
show all
Defined in:
lib/ucode/code_chart/verifier/result.rb

Overview

No positional data on the Extractor::Result; no honest cell-diff is possible. reason carries one of:

* `:no_location` — source_page/source_cell were nil.
* `:no_pdf` — the PDF path is missing/unreadable.

Instance Attribute Summary collapse

Instance Attribute Details

#codepointObject

Returns the value of attribute codepoint

Returns:

  • (Object)

    the current value of codepoint



23
24
25
# File 'lib/ucode/code_chart/verifier/result.rb', line 23

def codepoint
  @codepoint
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



23
24
25
# File 'lib/ucode/code_chart/verifier/result.rb', line 23

def reason
  @reason
end