class ServiceContract::Avro::IntegerType

Public Instance Methods

name() click to toggle source
# File lib/service_contract/avro/type.rb, line 102
def name
  "int"
end
valid_ruby_types() click to toggle source
# File lib/service_contract/avro/type.rb, line 106
def valid_ruby_types
  [Fixnum]
end