Class: Eco::API::UseCases::DefaultCases::RemoveAccountSyncCase

Inherits:
RemoveAccountTransCase show all
Defined in:
lib/eco/api/usecases/default_cases/remove_account_sync_case.rb

Instance Method Summary collapse

Methods inherited from RemoveAccountTransCase

#remove_account

Methods inherited from Common::Loaders::UseCase

#initialize, type, #type

Methods inherited from Common::BaseLoader

<=>, created_at, #initialize, #name, name_only_once!, set_created_at!

Methods included from Common::ClassHelpers

#class_resolver, #descendants, #descendants?, #new_class, #resolve_class, #to_constant

Constructor Details

This class inherits a constructor from Eco::API::Common::Loaders::UseCase

Instance Method Details

#main(entries, people, session, options, usecase) ⇒ Object



5
6
7
8
9
# File 'lib/eco/api/usecases/default_cases/remove_account_sync_case.rb', line 5

def main(entries, people, session, options, usecase)
  micro    = session.micro
  found    = micro.with_each_present(entries, people, options, log_starter: true)
  (found.users, session, options, usecase)
end