Class: Vivlio::PDF::Printer::Rendering
- Inherits:
-
Struct
- Object
- Struct
- Vivlio::PDF::Printer::Rendering
- Defined in:
- lib/vivlio/pdf/printer.rb
Overview
What one pass through the viewer produced, besides the PDF bytes.
Instance Attribute Summary collapse
-
#entries ⇒ Object
Returns the value of attribute entries.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#entries ⇒ Object
Returns the value of attribute entries
38 39 40 |
# File 'lib/vivlio/pdf/printer.rb', line 38 def entries @entries end |
#warnings ⇒ Object
Returns the value of attribute warnings
38 39 40 |
# File 'lib/vivlio/pdf/printer.rb', line 38 def warnings @warnings end |