Sha256: 4fa2115cadd9c0e2c7b678643ea088818372d0c65183572400e7f84f016c05d5

Contents?: true

Size: 265 Bytes

Versions: 6

Compression:

Stored size: 265 Bytes

Contents

module RelatonW3c
  module HashConverter
    include RelatonBib::HashConverter
    extend self

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
relaton-w3c-1.18.1 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.18.0 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.17.3 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.17.2 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.17.1 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.17.0 lib/relaton_w3c/hash_converter.rb