Sha256: 4733b688ad93d4269d90fd2d46c18c506566eefb92212ad121cb85166e466b51

Contents?: true

Size: 258 Bytes

Versions: 4

Compression:

Stored size: 258 Bytes

Contents

module RelatonXsf
  module HashConverter
    include RelatonBib::HashConverter
    extend self
    # @param item_hash [Hash]
    # @return [RelatonBib::BibliographicItem]
    def bib_item(item_hash)
      BibliographicItem.new(**item_hash)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
relaton-xsf-1.19.0 lib/relaton_xsf/hash_converter.rb
relaton-xsf-1.18.1 lib/relaton_xsf/hash_converter.rb
relaton-xsf-1.18.0 lib/relaton_xsf/hash_converter.rb
relaton-xsf-1.17.0 lib/relaton_xsf/hash_converter.rb