Sha256: 3b98f97420e91460a88becfa8057e459c016b63da826892ff218989ddba86be7

Contents?: true

Size: 258 Bytes

Versions: 6

Compression:

Stored size: 258 Bytes

Contents

module RelatonCie
  module HashConverter
    include RelatonBib::HashConverter
    extend self
    # @param item_hash [Hash]
    # @return [RelatonCie::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-cie-1.20.0 lib/relaton_cie/hash_converter.rb
relaton-cie-1.19.1 lib/relaton_cie/hash_converter.rb
relaton-cie-1.19.0 lib/relaton_cie/hash_converter.rb
relaton-cie-1.18.1 lib/relaton_cie/hash_converter.rb
relaton-cie-1.18.0 lib/relaton_cie/hash_converter.rb
relaton-cie-1.17.0 lib/relaton_cie/hash_converter.rb