Class: NotificationAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ NotificationAction

Returns a new instance of NotificationAction.



972
973
974
# File 'lib/ruby-macrodroid.rb', line 972

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