Class: UniProp::Position
- Inherits:
-
Struct
- Object
- Struct
- UniProp::Position
- Defined in:
- lib/uniprop/consts.rb
Overview
プロパティの記述箇所を管理するためのStruct
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#propfile ⇒ Object
Returns the value of attribute propfile.
-
#range ⇒ Object
Returns the value of attribute range.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
12 13 14 |
# File 'lib/uniprop/consts.rb', line 12 def block @block end |
#columns ⇒ Object
Returns the value of attribute columns
12 13 14 |
# File 'lib/uniprop/consts.rb', line 12 def columns @columns end |
#propfile ⇒ Object
Returns the value of attribute propfile
12 13 14 |
# File 'lib/uniprop/consts.rb', line 12 def propfile @propfile end |
#range ⇒ Object
Returns the value of attribute range
12 13 14 |
# File 'lib/uniprop/consts.rb', line 12 def range @range end |