Sha256: 4be261ac3c8289b1e1215525f5fa4cc6e03a594fc8347b96daaa7b7f37853b11

Contents?: true

Size: 476 Bytes

Versions: 20

Compression:

Stored size: 476 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

20 entries across 20 versions & 2 rubygems

Version Path
relaton-ogc-1.16.3 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.16.2 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.16.1 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.16.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.14.3 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.14.2 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.14.1 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.14.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.13.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.12.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.11.1 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.11.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.10.1 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.10.0 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.9.3 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.9.2 lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.9.1 lib/relaton_ogc/hash_converter.rb
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/relaton-ogc-1.2.0/lib/relaton_ogc/hash_converter.rb
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/relaton-ogc-1.2.0/lib/relaton_ogc/hash_converter.rb
relaton-ogc-1.2.0 lib/relaton_ogc/hash_converter.rb