Module: Mxrb::Compiler::RuntimeDataTypes
- Included in:
- MicroflowDocumentCompiler, MicroflowNodeCompiler, PageDocumentCompiler
- Defined in:
- lib/mxrb/compiler/runtime_data_types.rb
Overview
Maps editable MPR data-type documents to Runtime type identifiers.
Constant Summary collapse
- SCALARS =
{ 'DataTypes$VoidType' => 'Void', 'DataTypes$StringType' => 'String', 'DataTypes$BooleanType' => 'Boolean', 'DataTypes$IntegerType' => 'Integer', 'DataTypes$DecimalType' => 'Decimal', 'DataTypes$DateTimeType' => 'DateTime' }.freeze