class KillBackgroundAppAction
Category: Applications
Public Class Methods
new(h={})
click to toggle source
Calls superclass method
ApplicationAction::new
# File lib/ruby-macrodroid/actions.rb, line 139 def initialize(h={}) options = { application_name_list: [""], package_name_list: [""] } super(options.merge h) end
Public Instance Methods
to_s(colour: false, indent: 0)
click to toggle source
# File lib/ruby-macrodroid/actions.rb, line 150 def to_s(colour: false, indent: 0) 'KillBackgroundAppAction ' + @h.inspect end
Also aliased as: to_summary