Class: Ucode::CodeChart::Extractor::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ucode/code_chart/extractor.rb

Overview

Result of extracting one codepoint.

Instance Attribute Summary collapse

Instance Attribute Details

#codepointObject

Returns the value of attribute codepoint

Returns:

  • (Object)

    the current value of codepoint



33
34
35
# File 'lib/ucode/code_chart/extractor.rb', line 33

def codepoint
  @codepoint
end

#provenanceObject

Returns the value of attribute provenance

Returns:

  • (Object)

    the current value of provenance



33
34
35
# File 'lib/ucode/code_chart/extractor.rb', line 33

def provenance
  @provenance
end

#svgObject

Returns the value of attribute svg

Returns:

  • (Object)

    the current value of svg



33
34
35
# File 'lib/ucode/code_chart/extractor.rb', line 33

def svg
  @svg
end

#tierObject

Returns the value of attribute tier

Returns:

  • (Object)

    the current value of tier



33
34
35
# File 'lib/ucode/code_chart/extractor.rb', line 33

def tier
  @tier
end