Class: Opencdd::DataType::IntegerMeasureType

Inherits:
DataType
  • Object
show all
Defined in:
lib/opencdd/data_type.rb

Instance Method Summary collapse

Constructor Details

#initializeIntegerMeasureType

Returns a new instance of IntegerMeasureType.



56
57
58
# File 'lib/opencdd/data_type.rb', line 56

def initialize
  super("INTEGER_MEASURE_TYPE")
end