class SetNotificationSoundAction
Category: Notifications
Category: Notifications
Category: Notifications
Public Class Methods
new(h={})
click to toggle source
Calls superclass method
NotificationsAction::new
# File lib/ruby-macrodroid/actions.rb, line 2493 def initialize(h={}) options = { ringtone_uri: 'content://media/internal/audio/media/27' } 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 2503 def to_s(colour: false, indent: 0) 'SetNotificationSoundAction ' + @h.inspect end
Also aliased as: to_summary, to_summary, to_summary