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