Sha256: 932a564c3ef59cdee1b8a52f0fe16574e302839cafd8582e9bf751e59e61ae81
Contents?: true
Size: 485 Bytes
Versions: 15
Compression:
Stored size: 485 Bytes
Contents
# frozen_string_literal: true module Meibo class JapanProfile < ::Meibo::Profile class Organization < ::Meibo::Organization TYPES = { district: 'district', school: 'school' }.freeze DataModel.define( self, attribute_name_to_header_field_map: superclass.attribute_name_to_header_field_map, converters: superclass.converters.merge( enum: { type: TYPES.values.freeze } ).freeze ) end end end
Version data entries
15 entries across 15 versions & 1 rubygems