Sha256: c26050f45ae35535786ca71831105aa494eaa71ea96cc728492ece7ac25449c0

Contents?: true

Size: 316 Bytes

Versions: 29

Compression:

Stored size: 316 Bytes

Contents

module RelatonIetf
  class HashConverter < RelatonBib::HashConverter
    class << self
      #
      # Ovverides superclass's method
      #
      # @param item [Hash]
      # @retirn [RelatonIetf::IetfBibliographicItem]
      def bib_item(item)
        IetfBibliographicItem.new(**item)
      end
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
relaton-ietf-1.11.5 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.11.4 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.11.3 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.11.2 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.11.1 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.11.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.10.6 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.10.5 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.10.4 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.10.3 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.10.2 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.10.1 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.10.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.9.13 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.9.12 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.9.11 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.9.10 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.9.9 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.9.8 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.9.7 lib/relaton_ietf/hash_converter.rb