Class: Opencdd::DataType::IntegerMeasureType
- Inherits:
-
DataType
- Object
- DataType
- Opencdd::DataType::IntegerMeasureType
- Defined in:
- lib/opencdd/data_type.rb
Instance Method Summary collapse
-
#initialize ⇒ IntegerMeasureType
constructor
A new instance of IntegerMeasureType.
Constructor Details
#initialize ⇒ IntegerMeasureType
Returns a new instance of IntegerMeasureType.
56 57 58 |
# File 'lib/opencdd/data_type.rb', line 56 def initialize super("INTEGER_MEASURE_TYPE") end |