Class: MG::DelayTime

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

Instance Attribute Summary

Attributes inherited from Action

#done?

Constructors collapse

Methods inherited from Action

#clone, #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.



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

def initialize(interval); end