Sha256: 200b77e1403a087a9c4cc1d09c070e100f0933dace4d98197bb04caa1a4a4f0c
Contents?: true
Size: 438 Bytes
Versions: 8
Compression:
Stored size: 438 Bytes
Contents
class Eco::API::UseCases::DefaultCases::NewIdCase < Eco::API::Common::Loaders::UseCase name "new-id" type :sync def main(entries, people, session, options, usecase) update = session.new_job("main", "update", :update, usecase, :core) micro.with_each_present(entries, people, options, log_starter: true) do |entry, person| update.add(person) person.external_id = entry.external_id end end end
Version data entries
8 entries across 8 versions & 1 rubygems