Sha256: 36da6cfb2902058eedba3bbae934f5da9f4d6fb5872f45edb585cdeb88331db8

Contents?: true

Size: 313 Bytes

Versions: 19

Compression:

Stored size: 313 Bytes

Contents

module RelatonIec
  class HashConverter < RelatonIsoBib::HashConverter
    class << self
      #
      # Ovverides superclass's method
      #
      # @param item [Hash]
      # @retirn [RelatonIec::IecBibliographicItem]
      def bib_item(item)
        IecBibliographicItem.new(item)
      end
    end
  end
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
relaton-iec-1.7.6 lib/relaton_iec/hash_converter.rb
relaton-iec-1.7.5 lib/relaton_iec/hash_converter.rb
relaton-iec-1.7.4 lib/relaton_iec/hash_converter.rb
relaton-iec-1.7.3 lib/relaton_iec/hash_converter.rb
relaton-iec-1.7.2 lib/relaton_iec/hash_converter.rb
relaton-iec-1.7.1 lib/relaton_iec/hash_converter.rb
relaton-iec-1.7.0 lib/relaton_iec/hash_converter.rb
relaton-iec-1.6.0 lib/relaton_iec/hash_converter.rb
relaton-iec-1.6.pre1 lib/relaton_iec/hash_converter.rb
relaton-iec-1.5.0 lib/relaton_iec/hash_converter.rb
relaton-iec-1.5.pre lib/relaton_iec/hash_converter.rb
relaton-iec-1.4.0 lib/relaton_iec/hash_converter.rb
relaton-iec-1.3.0 lib/relaton_iec/hash_converter.rb
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/relaton-iec-1.2.0/lib/relaton_iec/hash_converter.rb
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/relaton-iec-1.2.0/lib/relaton_iec/hash_converter.rb
relaton-iec-1.2.0 lib/relaton_iec/hash_converter.rb
relaton-iec-1.1.0 lib/relaton_iec/hash_converter.rb
relaton-iec-1.0.1 lib/relaton_iec/hash_converter.rb
relaton-iec-1.0.0 lib/relaton_iec/hash_converter.rb