Sha256: 19e152d90fb648ac0a8ee5174dfe2ff7525ed538a637c80c6551989a4074c390
Contents?: true
Size: 271 Bytes
Versions: 20
Compression:
Stored size: 271 Bytes
Contents
module QRDA module Cat1 class EntryPackage attr_accessor :importer_type def initialize(type) self.importer_type = type end def package_entries(doc, nrh) importer_type.create_entries(doc, nrh) end end end end
Version data entries
20 entries across 20 versions & 2 rubygems