Class: TypstRails::Renderer::TempPaths

Inherits:
Struct
  • Object
show all
Defined in:
lib/typst_rails/renderer.rb

Overview

Holds the filesystem paths used during a single compilation run.

Instance Attribute Summary collapse

Instance Attribute Details

#data_file_pathObject

Returns the value of attribute data_file_path

Returns:

  • (Object)

    the current value of data_file_path



57
58
59
# File 'lib/typst_rails/renderer.rb', line 57

def data_file_path
  @data_file_path
end

#dirObject

Returns the value of attribute dir

Returns:

  • (Object)

    the current value of dir



57
58
59
# File 'lib/typst_rails/renderer.rb', line 57

def dir
  @dir
end

#typ_fileObject

Returns the value of attribute typ_file

Returns:

  • (Object)

    the current value of typ_file



57
58
59
# File 'lib/typst_rails/renderer.rb', line 57

def typ_file
  @typ_file
end