Class: UniProp::RawBlock
- Inherits:
-
Struct
- Object
- Struct
- UniProp::RawBlock
- Defined in:
- lib/uniprop/consts.rb
Overview
Note:
主にメタデータの再作成時に使用。メタデータの内容をそのままStringで管理
メタデータに記述された1つのブロックを管理するためのStruct
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#range ⇒ Object
Returns the value of attribute range.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
24 25 26 |
# File 'lib/uniprop/consts.rb', line 24 def content @content end |
#range ⇒ Object
Returns the value of attribute range
24 25 26 |
# File 'lib/uniprop/consts.rb', line 24 def range @range end |