Class: Ucode::Glyphs::Source::Result
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Glyphs::Source::Result
- Defined in:
- lib/ucode/glyphs/source.rb
Overview
One resolved glyph. Carries the SVG payload and enough provenance to debug "where did this glyph come from?" without holding a reference back to the source.
Instance Attribute Summary collapse
-
#codepoint ⇒ Object
Returns the value of attribute codepoint.
-
#provenance ⇒ Object
Returns the value of attribute provenance.
-
#svg ⇒ Object
Returns the value of attribute svg.
-
#tier ⇒ Object
Returns the value of attribute tier.
Instance Attribute Details
#codepoint ⇒ Object
Returns the value of attribute codepoint
28 29 30 |
# File 'lib/ucode/glyphs/source.rb', line 28 def codepoint @codepoint end |
#provenance ⇒ Object
Returns the value of attribute provenance
28 29 30 |
# File 'lib/ucode/glyphs/source.rb', line 28 def provenance @provenance end |
#svg ⇒ Object
Returns the value of attribute svg
28 29 30 |
# File 'lib/ucode/glyphs/source.rb', line 28 def svg @svg end |
#tier ⇒ Object
Returns the value of attribute tier
28 29 30 |
# File 'lib/ucode/glyphs/source.rb', line 28 def tier @tier end |