Sha256: c06710c0c10ab65719dda29c1accd8d8a6c9eb9f4bb09bd8062f218f0e7e82b7

Contents?: true

Size: 261 Bytes

Versions: 6

Compression:

Stored size: 261 Bytes

Contents

module RelatonEcma
  module HashConverter
    include RelatonBib::HashConverter
    extend self

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
relaton-ecma-1.20.0 lib/relaton_ecma/hash_converter.rb
relaton-ecma-1.19.1 lib/relaton_ecma/hash_converter.rb
relaton-ecma-1.19.0 lib/relaton_ecma/hash_converter.rb
relaton-ecma-1.18.1 lib/relaton_ecma/hash_converter.rb
relaton-ecma-1.18.0 lib/relaton_ecma/hash_converter.rb
relaton-ecma-1.17.0 lib/relaton_ecma/hash_converter.rb