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