Class: SetNotificationSoundAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- SetNotificationSoundAction
- Defined in:
- 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.
964 965 966 |
# File 'lib/ruby-macrodroid.rb', line 964 def initialize(h={}) super({}.merge h) end |