Class: Delayed::PerformablePusher
- Inherits:
-
PerformableMethod
- Object
- PerformableMethod
- Delayed::PerformablePusher
- Defined in:
- lib/action_pusher/delayed.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
3 4 5 |
# File 'lib/action_pusher/delayed.rb', line 3 def perform object.send(method_name, *args) end |