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



41
42
43
# File 'lib/ucode/code_chart/extractor.rb', line 41

def codepoint
  @codepoint
end

#provenanceObject

Returns the value of attribute provenance

Returns:

  • (Object)

    the current value of provenance



41
42
43
# File 'lib/ucode/code_chart/extractor.rb', line 41

def provenance
  @provenance
end

#svgObject

Returns the value of attribute svg

Returns:

  • (Object)

    the current value of svg



41
42
43
# File 'lib/ucode/code_chart/extractor.rb', line 41

def svg
  @svg
end

#tierObject

Returns the value of attribute tier

Returns:

  • (Object)

    the current value of tier



41
42
43
# File 'lib/ucode/code_chart/extractor.rb', line 41

def tier
  @tier
end