Sha256: 242797ddbdf7f1d132282886209f4a1c29fc1beed306d8ab9a932b2ed9e7421e

Contents?: true

Size: 273 Bytes

Versions: 29

Compression:

Stored size: 273 Bytes

Contents

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

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
relaton-w3c-1.16.1 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.16.0 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.14.3 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.14.2 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.14.1 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.14.0 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.13.1 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.13.0 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.12.4 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.12.3 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.12.2 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.12.1 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.12.0 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.11.6 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.11.5 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.11.4 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.11.3 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.11.2 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.11.1 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.11.0 lib/relaton_w3c/hash_converter.rb