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
34 35 36 |
# File 'lib/ucode/code_chart/writer.rb', line 34 def block @block end |
#codepoints_extracted ⇒ Object
Returns the value of attribute codepoints_extracted
34 35 36 |
# File 'lib/ucode/code_chart/writer.rb', line 34 def codepoints_extracted @codepoints_extracted end |
#pdf_sha256 ⇒ Object
Returns the value of attribute pdf_sha256
34 35 36 |
# File 'lib/ucode/code_chart/writer.rb', line 34 def pdf_sha256 @pdf_sha256 end |
#sidecars_written ⇒ Object
Returns the value of attribute sidecars_written
34 35 36 |
# File 'lib/ucode/code_chart/writer.rb', line 34 def sidecars_written @sidecars_written end |
#svgs_written ⇒ Object
Returns the value of attribute svgs_written
34 35 36 |
# File 'lib/ucode/code_chart/writer.rb', line 34 def svgs_written @svgs_written end |