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.
1976 1977 1978 1979 1980 1981 1982 1983 1984 |
# File 'lib/ruby-macrodroid.rb', line 1976 def initialize(h={}) = { ringtone_uri: 'content://media/internal/audio/media/27' } super(.merge h) end |