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.
708 709 710 |
# File 'lib/ruby-macrodroid.rb', line 708 def initialize(h={}) super({}.merge h) end |