Class: Ucode::CodeChart::Writer::Summary

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

Overview

Per-block run summary. Returned from #write.

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



34
35
36
# File 'lib/ucode/code_chart/writer.rb', line 34

def block
  @block
end

#codepoints_extractedObject

Returns the value of attribute codepoints_extracted

Returns:

  • (Object)

    the current value of codepoints_extracted



34
35
36
# File 'lib/ucode/code_chart/writer.rb', line 34

def codepoints_extracted
  @codepoints_extracted
end

#pdf_sha256Object

Returns the value of attribute pdf_sha256

Returns:

  • (Object)

    the current value of pdf_sha256



34
35
36
# File 'lib/ucode/code_chart/writer.rb', line 34

def pdf_sha256
  @pdf_sha256
end

#sidecars_writtenObject

Returns the value of attribute sidecars_written

Returns:

  • (Object)

    the current value of sidecars_written



34
35
36
# File 'lib/ucode/code_chart/writer.rb', line 34

def sidecars_written
  @sidecars_written
end

#svgs_writtenObject

Returns the value of attribute svgs_written

Returns:

  • (Object)

    the current value of svgs_written



34
35
36
# File 'lib/ucode/code_chart/writer.rb', line 34

def svgs_written
  @svgs_written
end