Class: ResqueSerial::Extender::SyncProxy
- Inherits:
-
Object
- Object
- ResqueSerial::Extender::SyncProxy
- Defined in:
- lib/resque-serial/extender.rb
Instance Method Summary collapse
-
#initialize(target, queue, async) ⇒ SyncProxy
constructor
A new instance of SyncProxy.
- #method_missing(*args) ⇒ Object
Constructor Details
#initialize(target, queue, async) ⇒ SyncProxy
4 5 6 7 8 |
# File 'lib/resque-serial/extender.rb', line 4 def initialize(target, queue, async) @queue = queue @target = target @async = async end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method