Class: Worque::Command::Push
- Inherits:
-
Object
- Object
- Worque::Command::Push
- Defined in:
- lib/worque/command/push.rb
Defined Under Namespace
Classes: Options
Class Method Summary collapse
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(options) ⇒ Push
constructor
A new instance of Push.
Constructor Details
#initialize(options) ⇒ Push
Returns a new instance of Push.
8 9 10 |
# File 'lib/worque/command/push.rb', line 8 def initialize() @options = end |