Sha256: 4c0c1da1862a846189946e5a5abd32daf065807837adcdaa94874ab094a8c632
Contents?: true
Size: 435 Bytes
Versions: 35
Compression:
Stored size: 435 Bytes
Contents
module Krikri::Enrichments ## # Copies non-DCMI Type values from the input fields to the output fields. # If class MoveNonDcmiType include Audumbla::Enrichment ## # @param value [Object] the value to enrich # # @return [Object, nil] the existing value, if it is NOT a DCMI Type value def enrich_value(value) return nil if value.is_a? DPLA::MAP::Controlled::DCMIType value end end end
Version data entries
35 entries across 35 versions & 1 rubygems