Class: StopWatchAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- StopWatchAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ StopWatchAction
constructor
A new instance of StopWatchAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ StopWatchAction
Returns a new instance of StopWatchAction.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 |
# File 'lib/ruby-macrodroid.rb', line 1597 def initialize(h={}) = { stopwatch_name: 'timer1', option: 0 } super(.merge h) end |