Sha256: 74da56df89b876e92194419c27268812e3b54b80d392b3686b107de6a9691b2a

Contents?: true

Size: 312 Bytes

Versions: 36

Compression:

Stored size: 312 Bytes

Contents

class Eco::API::UseCases::Default::People::Amend::RefreshCase < Eco::API::Common::Loaders::UseCase
  name "refresh"
  type :transform

  def main(people, session, _options, usecase)
    update = session.new_job("main", "update", :update, usecase)
    people.each {|person| update.add(person)}
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
eco-helpers-3.0.1 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.0 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-2.7.25 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-2.7.24 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-2.7.23 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-2.7.22 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-2.7.21 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-2.7.20 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-2.7.19 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-2.7.18 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-2.7.17 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-2.7.16 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-2.7.15 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-2.7.14 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-2.7.13 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-2.7.12 lib/eco/api/usecases/default/people/amend/refresh_case.rb