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.
1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/ruby-macrodroid.rb', line 1436 def initialize(h={}) = { application_name_list: [""], package_name_list: [""] } super(.merge h) end |