Class: UniProp::Format
- Inherits:
-
Struct
- Object
- Struct
- UniProp::Format
- Defined in:
- lib/uniprop/metadata_generator.rb
Overview
BlockGenerator で使用するStruct
Instance Attribute Summary collapse
-
#property ⇒ Object
Returns the value of attribute property.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#property ⇒ Object
Returns the value of attribute property
162 163 164 |
# File 'lib/uniprop/metadata_generator.rb', line 162 def property @property end |
#type ⇒ Object
Returns the value of attribute type
162 163 164 |
# File 'lib/uniprop/metadata_generator.rb', line 162 def type @type end |