Class: MG::DelayTime

Inherits:
Action show all
Defined in:
doc/API_reference.rb

Constructors collapse

Methods inherited from Action

#clone, #done?, #reverse

Constructor Details

#initialize(interval) ⇒ DelayTime

Creates an action that delays the action a certain amount of seconds.

Parameters:

  • interval (Float)

    the interval to delay.



280
# File 'doc/API_reference.rb', line 280

def initialize(interval); end