Class: Ucode::CodeChart::BatchRunner::BlockSummary
- Inherits:
-
Struct
- Object
- Struct
- Ucode::CodeChart::BatchRunner::BlockSummary
- Defined in:
- lib/ucode/code_chart/batch_runner.rb
Overview
Per-block run summary.
Instance Attribute Summary collapse
-
#block_id ⇒ Object
Returns the value of attribute block_id.
-
#codepoints_extracted ⇒ Object
Returns the value of attribute codepoints_extracted.
-
#error ⇒ Object
Returns the value of attribute error.
-
#pdf_sha256 ⇒ Object
Returns the value of attribute pdf_sha256.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
-
#svgs_skipped ⇒ Object
Returns the value of attribute svgs_skipped.
-
#svgs_written ⇒ Object
Returns the value of attribute svgs_written.
Instance Attribute Details
#block_id ⇒ Object
Returns the value of attribute block_id
23 24 25 |
# File 'lib/ucode/code_chart/batch_runner.rb', line 23 def block_id @block_id end |
#codepoints_extracted ⇒ Object
Returns the value of attribute codepoints_extracted
23 24 25 |
# File 'lib/ucode/code_chart/batch_runner.rb', line 23 def codepoints_extracted @codepoints_extracted end |
#error ⇒ Object
Returns the value of attribute error
23 24 25 |
# File 'lib/ucode/code_chart/batch_runner.rb', line 23 def error @error end |
#pdf_sha256 ⇒ Object
Returns the value of attribute pdf_sha256
23 24 25 |
# File 'lib/ucode/code_chart/batch_runner.rb', line 23 def pdf_sha256 @pdf_sha256 end |
#skipped ⇒ Object
Returns the value of attribute skipped
23 24 25 |
# File 'lib/ucode/code_chart/batch_runner.rb', line 23 def skipped @skipped end |
#svgs_skipped ⇒ Object
Returns the value of attribute svgs_skipped
23 24 25 |
# File 'lib/ucode/code_chart/batch_runner.rb', line 23 def svgs_skipped @svgs_skipped end |
#svgs_written ⇒ Object
Returns the value of attribute svgs_written
23 24 25 |
# File 'lib/ucode/code_chart/batch_runner.rb', line 23 def svgs_written @svgs_written end |