Class: UniProp::MissingDef
- Inherits:
-
Struct
- Object
- Struct
- UniProp::MissingDef
- Defined in:
- lib/uniprop/consts.rb
Overview
missingコメント1行を解析した結果を格納するためのStruct
Instance Attribute Summary collapse
-
#codepoint_range ⇒ Object
Returns the value of attribute codepoint_range.
-
#missing_value ⇒ Object
Returns the value of attribute missing_value.
-
#property ⇒ Object
Returns the value of attribute property.
Instance Attribute Details
#codepoint_range ⇒ Object
Returns the value of attribute codepoint_range
18 19 20 |
# File 'lib/uniprop/consts.rb', line 18 def codepoint_range @codepoint_range end |
#missing_value ⇒ Object
Returns the value of attribute missing_value
18 19 20 |
# File 'lib/uniprop/consts.rb', line 18 def missing_value @missing_value end |
#property ⇒ Object
Returns the value of attribute property
18 19 20 |
# File 'lib/uniprop/consts.rb', line 18 def property @property end |