Class: SolidFlow::Wait::TimerInstruction
- Inherits:
-
Instruction
- Object
- Instruction
- SolidFlow::Wait::TimerInstruction
- Defined in:
- lib/solid_flow/wait.rb
Instance Attribute Summary
Attributes inherited from Instruction
Instance Method Summary collapse
-
#initialize(options) ⇒ TimerInstruction
constructor
A new instance of TimerInstruction.
Methods inherited from Instruction
Constructor Details
#initialize(options) ⇒ TimerInstruction
Returns a new instance of TimerInstruction.
19 20 21 |
# File 'lib/solid_flow/wait.rb', line 19 def initialize() super(:timer, ) end |