Class: UniProp::Position

Inherits:
Struct
  • Object
show all
Defined in:
lib/uniprop/consts.rb

Overview

プロパティの記述箇所を管理するためのStruct

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



12
13
14
# File 'lib/uniprop/consts.rb', line 12

def block
  @block
end

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



12
13
14
# File 'lib/uniprop/consts.rb', line 12

def columns
  @columns
end

#propfileObject

Returns the value of attribute propfile

Returns:

  • (Object)

    the current value of propfile



12
13
14
# File 'lib/uniprop/consts.rb', line 12

def propfile
  @propfile
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



12
13
14
# File 'lib/uniprop/consts.rb', line 12

def range
  @range
end