Class: SetNotificationSoundAction

Inherits:
Action show all
Defined in:
lib/ruby-macrodroid.rb

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

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