Class: Ucode::CodeChart::Extractor::Result
- Inherits:
-
Struct
- Object
- Struct
- Ucode::CodeChart::Extractor::Result
- Defined in:
- lib/ucode/code_chart/extractor.rb
Overview
Result of extracting one codepoint.
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
33 34 35 |
# File 'lib/ucode/code_chart/extractor.rb', line 33 def codepoint @codepoint end |
#provenance ⇒ Object
Returns the value of attribute provenance
33 34 35 |
# File 'lib/ucode/code_chart/extractor.rb', line 33 def provenance @provenance end |
#svg ⇒ Object
Returns the value of attribute svg
33 34 35 |
# File 'lib/ucode/code_chart/extractor.rb', line 33 def svg @svg end |
#tier ⇒ Object
Returns the value of attribute tier
33 34 35 |
# File 'lib/ucode/code_chart/extractor.rb', line 33 def tier @tier end |