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.
2039 2040 2041 2042 2043 2044 2045 2046 |
# File 'lib/ruby-macrodroid.rb', line 2039 def initialize(h={}) = { } super(.merge h) end |