Class: Vivlio::PDF::Printer::Rendering

Inherits:
Struct
  • Object
show all
Defined in:
lib/vivlio/pdf/printer.rb

Overview

What one pass through the viewer produced, besides the PDF bytes.

Instance Attribute Summary collapse

Instance Attribute Details

#entriesObject

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



38
39
40
# File 'lib/vivlio/pdf/printer.rb', line 38

def entries
  @entries
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



38
39
40
# File 'lib/vivlio/pdf/printer.rb', line 38

def warnings
  @warnings
end