Sha256: eafd274ca66613d9d6f3e8f645952c8cb7606599d010f9d55c4d3213b4ac50a8

Contents?: true

Size: 246 Bytes

Versions: 7

Compression:

Stored size: 246 Bytes

Contents

module RelatonIana
  class HashConverter < RelatonBib::HashConverter
    # @param item_hash [Hash]
    # @return [RelatonIana::IanaBibliographicItem]
    def self.bib_item(item_hash)
      IanaBibliographicItem.new(**item_hash)
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
relaton-iana-1.16.2 lib/relaton_iana/hash_converter.rb
relaton-iana-1.16.1 lib/relaton_iana/hash_converter.rb
relaton-iana-1.16.0 lib/relaton_iana/hash_converter.rb
relaton-iana-1.14.3 lib/relaton_iana/hash_converter.rb
relaton-iana-1.14.2 lib/relaton_iana/hash_converter.rb
relaton-iana-1.14.1 lib/relaton_iana/hash_converter.rb
relaton-iana-1.14.0 lib/relaton_iana/hash_converter.rb