Class: StopWatchAction
- Inherits:
-
DateTimeAction
- Object
- MacroObject
- Action
- DateTimeAction
- StopWatchAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Date/Time
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ StopWatchAction
constructor
A new instance of StopWatchAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ StopWatchAction
Returns a new instance of StopWatchAction.
2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 |
# File 'lib/ruby-macrodroid.rb', line 2764 def initialize(h={}) = { stopwatch_name: 'timer1', option: 0 } super(.merge h) end |