Sha256: cdb3ede968286f74e1a96ca5eb84b272efe725222bec41591c34619595460079

Contents?: true

Size: 269 Bytes

Versions: 5

Compression:

Stored size: 269 Bytes

Contents

module RelatonIana
  module HashConverter
    include RelatonBib::HashConverter
    extend self

    # @param item_hash [Hash]
    # @return [RelatonIana::IanaBibliographicItem]
    def bib_item(item_hash)
      IanaBibliographicItem.new(**item_hash)
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
relaton-iana-1.20.0 lib/relaton_iana/hash_converter.rb
relaton-iana-1.19.1 lib/relaton_iana/hash_converter.rb
relaton-iana-1.19.0 lib/relaton_iana/hash_converter.rb
relaton-iana-1.18.0 lib/relaton_iana/hash_converter.rb
relaton-iana-1.17.0 lib/relaton_iana/hash_converter.rb