Sha256: 9d191d9aec992bc487502755e8b5c879b7e512e130adc880dacff47d497517dd

Contents?: true

Size: 270 Bytes

Versions: 14

Compression:

Stored size: 270 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

14 entries across 14 versions & 2 rubygems

Version Path
relaton-w3c-1.7.0 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.6.0 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.6.pre1 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.5.0 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.5.pre lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.4.0 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.3.3 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.3.2 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.3.1 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.3.0 lib/relaton_w3c/hash_converter.rb
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/relaton-w3c-1.2.0/lib/relaton_w3c/hash_converter.rb
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/relaton-w3c-1.2.0/lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.2.0 lib/relaton_w3c/hash_converter.rb
relaton-w3c-1.1.0 lib/relaton_w3c/hash_converter.rb