Class: SetNotificationSoundAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- SetNotificationSoundAction
- Defined in:
- lib/ruby-macrodroid.rb,
lib/ruby-macrodroid.rb,
lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SetNotificationSoundAction
constructor
A new instance of SetNotificationSoundAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SetNotificationSoundAction
Returns a new instance of SetNotificationSoundAction.
2159 2160 2161 2162 2163 2164 2165 2166 2167 |
# File 'lib/ruby-macrodroid.rb', line 2159 def initialize(h={}) = { ringtone_uri: 'content://media/internal/audio/media/27' } super(.merge h) end |