Class: TypstRails::Renderer::TempPaths
- Inherits:
-
Struct
- Object
- Struct
- TypstRails::Renderer::TempPaths
- Defined in:
- lib/typst_rails/renderer.rb
Overview
Holds the filesystem paths used during a single compilation run.
Instance Attribute Summary collapse
-
#data_file_path ⇒ Object
Returns the value of attribute data_file_path.
-
#dir ⇒ Object
Returns the value of attribute dir.
-
#typ_file ⇒ Object
Returns the value of attribute typ_file.
Instance Attribute Details
#data_file_path ⇒ Object
Returns the value of attribute data_file_path
57 58 59 |
# File 'lib/typst_rails/renderer.rb', line 57 def data_file_path @data_file_path end |
#dir ⇒ Object
Returns the value of attribute dir
57 58 59 |
# File 'lib/typst_rails/renderer.rb', line 57 def dir @dir end |
#typ_file ⇒ Object
Returns the value of attribute typ_file
57 58 59 |
# File 'lib/typst_rails/renderer.rb', line 57 def typ_file @typ_file end |