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 Action
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.
2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/ruby-macrodroid.rb', line 2960 def initialize(h={}) = { } super(.merge h) end |