Method: AvroTurf::AvroGemPatch::Field#initialize

Defined in:
lib/avro_turf/schema_to_avro_patch.rb

#initialize(type, name, default = :no_default, order = nil, names = nil, namespace = nil) ⇒ Object



26
27
28
# File 'lib/avro_turf/schema_to_avro_patch.rb', line 26

def initialize(type, name, default=:no_default, order=nil, names=nil, namespace=nil)
  super(type, name, default, order, names, namespace)
end