Class: NotificationsAction

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

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ NotificationsAction

Returns a new instance of NotificationsAction.



3094
3095
3096
3097
# File 'lib/ruby-macrodroid.rb', line 3094

def initialize(h={})
  super(h)
  @group = 'notifications'
end