Class: UniProp::Format

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

Overview

BlockGenerator で使用するStruct

Instance Attribute Summary collapse

Instance Attribute Details

#propertyObject

Returns the value of attribute property

Returns:

  • (Object)

    the current value of property



162
163
164
# File 'lib/uniprop/metadata_generator.rb', line 162

def property
  @property
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



162
163
164
# File 'lib/uniprop/metadata_generator.rb', line 162

def type
  @type
end