Class: PressBackAction
- Inherits:
-
DeviceAction
- Object
- MacroObject
- Action
- DeviceAction
- PressBackAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Device Actions
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ PressBackAction
constructor
A new instance of PressBackAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ PressBackAction
Returns a new instance of PressBackAction.
2546 2547 2548 2549 2550 2551 2552 2553 |
# File 'lib/ruby-macrodroid.rb', line 2546 def initialize(h={}) = { } super(.merge h) end |