Sha256: d6e10780891f00afcabde03a09afa96947a1282c7099dcec01dd6453cc32e17e
Contents?: true
Size: 297 Bytes
Versions: 20
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true module Geoblacklight module Metadata class Iso19139 < Base private ## # Retrieve the Class for the GeoCombine data model # @return [GeoCombine::Iso19139] def metadata_class GeoCombine::Iso19139 end end end end
Version data entries
20 entries across 20 versions & 1 rubygems