Class: Pdf::Typst::Result
- Inherits:
-
Data
- Object
- Data
- Pdf::Typst::Result
- Defined in:
- app/services/pdf/typst.rb
Overview
Output of a compile: +bytes+ the PDF, +meta+ diagnostics/source stats.
Instance Attribute Summary collapse
-
#bytes ⇒ Object
readonly
Returns the value of attribute bytes.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
Instance Attribute Details
#bytes ⇒ Object (readonly)
Returns the value of attribute bytes
40 41 42 |
# File 'app/services/pdf/typst.rb', line 40 def bytes @bytes end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
40 41 42 |
# File 'app/services/pdf/typst.rb', line 40 def @meta end |