Sha256: 07d58c6f2d01fb6d109d66b9cfe6c4a85893f81cb1887a45bd9fdbaaf408d294

Contents?: true

Size: 479 Bytes

Versions: 19

Compression:

Stored size: 479 Bytes

Contents

module RelatonOgc
  class HashConverter < RelatonIsoBib::HashConverter
    class << self
      private

      # @param ret [Hash]
      def editorialgroup_hash_to_bib(ret)
        eg = ret[:editorialgroup]
        return unless eg

        ret[:editorialgroup] = EditorialGroup.new(
          committee: eg[:committee],
          subcommittee: eg[:subcommittee],
          workgroup: eg[:workgroup],
          secretariat: eg[:secretariat],
        )
      end
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
relaton-ogc-1.1.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.0.1 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.0.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.7.3 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.7.2 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.7.1 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.7.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.6.1 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.6.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.5.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.4.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.3.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.2.1 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.2.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.1.4 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.1.3 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.1.2 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.1.1 lib/relaton_ogc/hash_converter.rb
relaton-ogc-0.1.0 lib/relaton_ogc/hash_converter.rb