Class: Ucode::Glyphs::Pipeline::Spec
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Glyphs::Pipeline::Spec
- Defined in:
- lib/ucode/glyphs/pipeline.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#page_map ⇒ Object
Returns the value of attribute page_map.
-
#pdf_path ⇒ Object
Returns the value of attribute pdf_path.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
37 38 39 |
# File 'lib/ucode/glyphs/pipeline.rb', line 37 def block @block end |
#page_map ⇒ Object
Returns the value of attribute page_map
37 38 39 |
# File 'lib/ucode/glyphs/pipeline.rb', line 37 def page_map @page_map end |
#pdf_path ⇒ Object
Returns the value of attribute pdf_path
37 38 39 |
# File 'lib/ucode/glyphs/pipeline.rb', line 37 def pdf_path @pdf_path end |