class CTioga2::MetaBuilder::Types::StringParameter
A String
Public Instance Methods
string_to_type_internal(str)
click to toggle source
# File lib/ctioga2/metabuilder/types/strings.rb, line 37 def string_to_type_internal(str) return str end
type_name()
click to toggle source
# File lib/ctioga2/metabuilder/types/strings.rb, line 33 def type_name return 'text' end