Class: Dis::Jobs::Delete
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- Dis::Jobs::Delete
- Defined in:
- lib/dis/jobs/delete.rb
Overview
Instance Method Summary collapse
Instance Method Details
#perform(type, key) ⇒ Object
15 16 17 |
# File 'lib/dis/jobs/delete.rb', line 15 def perform(type, key) Dis::Storage.delayed_delete(type, key) end |