Class: KillBackgroundAppAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- KillBackgroundAppAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ KillBackgroundAppAction
constructor
A new instance of KillBackgroundAppAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ KillBackgroundAppAction
Returns a new instance of KillBackgroundAppAction.
644 645 646 |
# File 'lib/ruby-macrodroid.rb', line 644 def initialize(h={}) super({}.merge h) end |