Class: Ucode::CodeChart::BatchRunner::BlockSummary

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

Overview

Per-block run summary.

Instance Attribute Summary collapse

Instance Attribute Details

#block_idObject

Returns the value of attribute block_id

Returns:

  • (Object)

    the current value of block_id



23
24
25
# File 'lib/ucode/code_chart/batch_runner.rb', line 23

def block_id
  @block_id
end

#codepoints_extractedObject

Returns the value of attribute codepoints_extracted

Returns:

  • (Object)

    the current value of codepoints_extracted



23
24
25
# File 'lib/ucode/code_chart/batch_runner.rb', line 23

def codepoints_extracted
  @codepoints_extracted
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



23
24
25
# File 'lib/ucode/code_chart/batch_runner.rb', line 23

def error
  @error
end

#pdf_sha256Object

Returns the value of attribute pdf_sha256

Returns:

  • (Object)

    the current value of pdf_sha256



23
24
25
# File 'lib/ucode/code_chart/batch_runner.rb', line 23

def pdf_sha256
  @pdf_sha256
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



23
24
25
# File 'lib/ucode/code_chart/batch_runner.rb', line 23

def skipped
  @skipped
end

#svgs_skippedObject

Returns the value of attribute svgs_skipped

Returns:

  • (Object)

    the current value of svgs_skipped



23
24
25
# File 'lib/ucode/code_chart/batch_runner.rb', line 23

def svgs_skipped
  @svgs_skipped
end

#svgs_writtenObject

Returns the value of attribute svgs_written

Returns:

  • (Object)

    the current value of svgs_written



23
24
25
# File 'lib/ucode/code_chart/batch_runner.rb', line 23

def svgs_written
  @svgs_written
end