Class: ClearNotificationsAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ ClearNotificationsAction

Returns a new instance of ClearNotificationsAction.



940
941
942
# File 'lib/ruby-macrodroid.rb', line 940

def initialize(h={})    
  super({}.merge h)
end