Class: UniProp::MissingDef

Inherits:
Struct
  • Object
show all
Defined in:
lib/uniprop/consts.rb

Overview

missingコメント1行を解析した結果を格納するためのStruct

Instance Attribute Summary collapse

Instance Attribute Details

#codepoint_rangeObject

Returns the value of attribute codepoint_range

Returns:

  • (Object)

    the current value of codepoint_range



18
19
20
# File 'lib/uniprop/consts.rb', line 18

def codepoint_range
  @codepoint_range
end

#missing_valueObject

Returns the value of attribute missing_value

Returns:

  • (Object)

    the current value of missing_value



18
19
20
# File 'lib/uniprop/consts.rb', line 18

def missing_value
  @missing_value
end

#propertyObject

Returns the value of attribute property

Returns:

  • (Object)

    the current value of property



18
19
20
# File 'lib/uniprop/consts.rb', line 18

def property
  @property
end