Sha256: b9db39548c808f6405cf1864da36fdadfda170cf2e778e04cc3946185fd95ebc

Contents?: true

Size: 269 Bytes

Versions: 10

Compression:

Stored size: 269 Bytes

Contents

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
relaton-ecma-1.16.2 lib/relaton_ecma/hash_converter.rb
relaton-ecma-1.16.1 lib/relaton_ecma/hash_converter.rb
relaton-ecma-1.16.0 lib/relaton_ecma/hash_converter.rb
relaton-ecma-1.14.6 lib/relaton_ecma/hash_converter.rb
relaton-ecma-1.14.5 lib/relaton_ecma/hash_converter.rb
relaton-ecma-1.14.4 lib/relaton_ecma/hash_converter.rb
relaton-ecma-1.14.3 lib/relaton_ecma/hash_converter.rb
relaton-ecma-1.14.2 lib/relaton_ecma/hash_converter.rb
relaton-ecma-1.14.1 lib/relaton_ecma/hash_converter.rb
relaton-ecma-1.14.0 lib/relaton_ecma/hash_converter.rb