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.11 app/workers/destroy_account_user_job.rb
iugusdk-1.0.10 app/workers/destroy_account_user_job.rb
iugusdk-1.0.9 app/workers/destroy_account_user_job.rb
iugusdk-1.0.8 app/workers/destroy_account_user_job.rb
iugusdk-1.0.7 app/workers/destroy_account_user_job.rb
iugusdk-1.0.6 app/workers/destroy_account_user_job.rb
iugusdk-1.0.5 app/workers/destroy_account_user_job.rb
iugusdk-1.0.4 app/workers/destroy_account_user_job.rb
iugusdk-1.0.3 app/workers/destroy_account_user_job.rb
iugusdk-1.0.2 app/workers/destroy_account_user_job.rb
iugusdk-1.0.1 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.32 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.31 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.30 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.29 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.28 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.27 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.26 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.25 app/workers/destroy_account_user_job.rb
iugusdk-1.0.0.alpha.24 app/workers/destroy_account_user_job.rb