Class: Eco::API::UseCases::Default::People::Amend::RefreshCase
- Inherits:
-
Common::Loaders::UseCase
- Object
- Common::Loaders::Base
- Common::Loaders::CaseBase
- Common::Loaders::UseCase
- Eco::API::UseCases::Default::People::Amend::RefreshCase
- Defined in:
- lib/eco/api/usecases/default/people/amend/refresh_case.rb
Instance Attribute Summary
Attributes included from Language::AuxiliarLogger
Instance Method Summary collapse
Methods inherited from Common::Loaders::UseCase
cli, cli!, #cli_apply!, #initialize, type, #type
Methods inherited from Common::Loaders::CaseBase
Methods inherited from Common::Loaders::Base
<=>, created_at, #initialize, set_created_at!
Methods included from Common::ClassHelpers
#class_resolver, #descendants, #descendants?, #inheritable_attrs, #inheritable_class_vars, #inherited, #instance_variable_name, #new_class, #resolve_class, #to_constant
Methods included from Language::AuxiliarLogger
Constructor Details
This class inherits a constructor from Eco::API::Common::Loaders::UseCase
Instance Method Details
#main(people, session, _options, usecase) ⇒ Object
5 6 7 8 |
# File 'lib/eco/api/usecases/default/people/amend/refresh_case.rb', line 5 def main(people, session, , usecase) update = session.new_job("main", "update", :update, usecase) people.each {|person| update.add(person)} end |