Sha256: a8d823a8b74d51cc1b8f8e3a5e1148399c8708b6ca00a243d3eb865d8abf9a0b

Contents?: true

Size: 267 Bytes

Versions: 4

Compression:

Stored size: 267 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
relaton-xsf-1.16.2 lib/relaton_xsf/hash_converter.rb
relaton-xsf-1.16.1 lib/relaton_xsf/hash_converter.rb
relaton-xsf-1.16.0 lib/relaton_xsf/hash_converter.rb
relaton-xsf-1.14.0 lib/relaton_xsf/hash_converter.rb