Class: MG::Blink
Constructors collapse
-
#initialize(blinks, interval) ⇒ Blink
constructor
Creates an action that Blinks the receiver by modifying it’s visible attribute.
Methods inherited from Action
Constructor Details
#initialize(blinks, interval) ⇒ Blink
Creates an action that Blinks the receiver by modifying it’s visible attribute.
235 |
# File 'doc/API_reference.rb', line 235 def initialize(blinks, interval); end |