Class: DelayedResque::PerformableMailer

Inherits:
PerformableMethod show all
Defined in:
lib/delayed_resque/performable_mailer.rb

Constant Summary

Constants inherited from PerformableMethod

DelayedResque::PerformableMethod::AR_STRING_FORMAT, DelayedResque::PerformableMethod::CLASS_STRING_FORMAT

Instance Attribute Summary

Attributes inherited from PerformableMethod

#args, #method, #object

Class Method Summary collapse

Methods inherited from PerformableMethod

#display_name, #initialize, queue, #store

Constructor Details

This class inherits a constructor from DelayedResque::PerformableMethod

Class Method Details

.perform(options) ⇒ Object



5
6
7
# File 'lib/delayed_resque/performable_mailer.rb', line 5

def self.perform(options)
  PerformableMethod.perform(options).deliver
end