Method: Avro::Schema::UnionSchema#to_avro

Defined in:
lib/avro/schema.rb

#to_avro(names = Set.new) ⇒ Object



419
420
421
# File 'lib/avro/schema.rb', line 419

def to_avro(names=Set.new)
  schemas.map {|schema| schema.to_avro(names) }
end