class ServiceContract::Avro::StringType
Public Instance Methods
name()
click to toggle source
# File lib/service_contract/avro/type.rb, line 92 def name "string" end
valid_ruby_types()
click to toggle source
# File lib/service_contract/avro/type.rb, line 96 def valid_ruby_types [String] end