Class: UniProp::RawBlock

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

Overview

Note:

主にメタデータの再作成時に使用。メタデータの内容をそのままStringで管理

メタデータに記述された1つのブロックを管理するためのStruct

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



24
25
26
# File 'lib/uniprop/consts.rb', line 24

def content
  @content
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



24
25
26
# File 'lib/uniprop/consts.rb', line 24

def range
  @range
end