Method: Zyps::ElapsedTimeCondition#interval

Defined in:
lib/zyps/conditions.rb

#intervalObject

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