Class: MG::DelayTime
Constructors collapse
-
#initialize(interval) ⇒ DelayTime
constructor
Creates an action that delays the action a certain amount of seconds.
Methods inherited from Action
Constructor Details
#initialize(interval) ⇒ DelayTime
Creates an action that delays the action a certain amount of seconds.
280 |
# File 'doc/API_reference.rb', line 280 def initialize(interval); end |