class ForceLocationUpdateAction
Category: Location
Public Class Methods
new(h={})
click to toggle source
Calls superclass method
LocationAction::new
# File lib/ruby-macrodroid/actions.rb, line 1676 def initialize(h={}) options = { } 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 1685 def to_s(colour: false, indent: 0) 'Force Location Update' #+ @h.inspect end
Also aliased as: to_summary