Class: Ucode::CodeChart::Verifier::Result::Skipped
- Inherits:
-
Struct
- Object
- Struct
- Ucode::CodeChart::Verifier::Result::Skipped
- 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
-
#codepoint ⇒ Object
Returns the value of attribute codepoint.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#codepoint ⇒ Object
Returns the value of attribute codepoint
23 24 25 |
# File 'lib/ucode/code_chart/verifier/result.rb', line 23 def codepoint @codepoint end |
#reason ⇒ Object
Returns the value of attribute reason
23 24 25 |
# File 'lib/ucode/code_chart/verifier/result.rb', line 23 def reason @reason end |