Class: Pdf::Typst::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/pdf/typst.rb

Overview

Output of a compile: +bytes+ the PDF, +meta+ diagnostics/source stats.

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject (readonly)

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



40
41
42
# File 'app/services/pdf/typst.rb', line 40

def bytes
  @bytes
end

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



40
41
42
# File 'app/services/pdf/typst.rb', line 40

def meta
  @meta
end