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
41 42 43 |
# File 'lib/ucode/code_chart/extractor.rb', line 41 def codepoint @codepoint end |
#provenance ⇒ Object
Returns the value of attribute provenance
41 42 43 |
# File 'lib/ucode/code_chart/extractor.rb', line 41 def provenance @provenance end |
#svg ⇒ Object
Returns the value of attribute svg
41 42 43 |
# File 'lib/ucode/code_chart/extractor.rb', line 41 def svg @svg end |
#tier ⇒ Object
Returns the value of attribute tier
41 42 43 |
# File 'lib/ucode/code_chart/extractor.rb', line 41 def tier @tier end |