class Kafo::DataTypes::Scalar
Public Class Methods
Source
# File lib/kafo/data_types/scalar.rb, line 9 def initialize @inner_type = DataTypes::WrappedDataType.new('Integer', 'Float', 'String', 'Boolean', 'Regexp') end
# File lib/kafo/data_types/scalar.rb, line 9 def initialize @inner_type = DataTypes::WrappedDataType.new('Integer', 'Float', 'String', 'Boolean', 'Regexp') end