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.21 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.20 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.19 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.18 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.17 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.16 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.15 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.14 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.13 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.12 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.11 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.10 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.9 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.8 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.7 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.6 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.5 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.4 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.3 lib/eco/api/usecases/default/people/amend/refresh_case.rb
eco-helpers-3.0.2 lib/eco/api/usecases/default/people/amend/refresh_case.rb