class Kafo::DataTypes::TypeReference
Public Class Methods
Source
# File lib/kafo/data_types/type_reference.rb, line 9 def initialize(inner_type) @inner_type = DataType.new_from_string(inner_type) end
# File lib/kafo/data_types/type_reference.rb, line 9 def initialize(inner_type) @inner_type = DataType.new_from_string(inner_type) end