Class: UniProp::Block
- Inherits:
-
Struct
- Object
- Struct
- UniProp::Block
- Defined in:
- lib/uniprop/consts.rb
Overview
Note:
主にメタデータの利用時に使用。メタデータを解析した結果、適したオブジェクトで管理
メタデータに記述された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
30 31 32 |
# File 'lib/uniprop/consts.rb', line 30 def content @content end |
#range ⇒ Object
Returns the value of attribute range
30 31 32 |
# File 'lib/uniprop/consts.rb', line 30 def range @range end |