Sha256: f0cbd5acd529ec1703990bd223c359410bfe61612634048bd7497d8496c34a05

Contents?: true

Size: 149 Bytes

Versions: 35

Compression:

Stored size: 149 Bytes

Contents

class DestroyAccountUserJob < Struct.new(:id)
  def perform
    accountUser = AccountUser.find(id)
    accountUser._destroy if accountUser
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
iugusdk-1.0.0.alpha.23 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.22 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.21 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.20 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.19 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.18 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.17 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.16 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.14 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.13 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.12 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.11 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.10 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.9 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.7 app/workers/destroy_account_user_job.rb