Sha256: 90d06601f9eaaf158034acefaf07617c55f89936c265689aeac76d0002d2a39f

Contents?: true

Size: 475 Bytes

Versions: 14

Compression:

Stored size: 475 Bytes

Contents

module RelatonOgc
  class HashConverter < RelatonBib::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

14 entries across 14 versions & 1 rubygems

Version Path
relaton-ogc-1.9.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.8.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.7.3 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.7.2 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.7.1 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.7.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.6.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.6.pre1 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.5.2 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.5.1 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.5.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.5.pre lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.4.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.3.0 lib/relaton_ogc/hash_converter.rb