Method: Zyps::ElapsedTimeCondition#interval
- Defined in:
- lib/zyps/conditions.rb
#interval ⇒ Object
The number of seconds that must elapse before the condition is true.
111 112 113 |
# File 'lib/zyps/conditions.rb', line 111 def interval @interval end |