Class: Ucode::CodeChart::Writer::Summary
- Inherits:
-
Struct
- Object
- Struct
- Ucode::CodeChart::Writer::Summary
- Defined in:
- lib/ucode/code_chart/writer.rb
Overview
Per-block run summary. Returned from #write.
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#codepoints_extracted ⇒ Object
Returns the value of attribute codepoints_extracted.
-
#pdf_sha256 ⇒ Object
Returns the value of attribute pdf_sha256.
-
#sidecars_written ⇒ Object
Returns the value of attribute sidecars_written.
-
#svgs_written ⇒ Object
Returns the value of attribute svgs_written.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
28 29 30 |
# File 'lib/ucode/code_chart/writer.rb', line 28 def block @block end |
#codepoints_extracted ⇒ Object
Returns the value of attribute codepoints_extracted
28 29 30 |
# File 'lib/ucode/code_chart/writer.rb', line 28 def codepoints_extracted @codepoints_extracted end |
#pdf_sha256 ⇒ Object
Returns the value of attribute pdf_sha256
28 29 30 |
# File 'lib/ucode/code_chart/writer.rb', line 28 def pdf_sha256 @pdf_sha256 end |
#sidecars_written ⇒ Object
Returns the value of attribute sidecars_written
28 29 30 |
# File 'lib/ucode/code_chart/writer.rb', line 28 def sidecars_written @sidecars_written end |
#svgs_written ⇒ Object
Returns the value of attribute svgs_written
28 29 30 |
# File 'lib/ucode/code_chart/writer.rb', line 28 def svgs_written @svgs_written end |