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