Class: NotificationsAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- NotificationsAction
- Defined in:
- lib/ruby-macrodroid/actions.rb
Direct Known Subclasses
AllowLEDNotificationLightAction, ClearNotificationsAction, MessageDialogAction, NotificationAction, SetNotificationSoundAction, ToastAction
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ NotificationsAction
constructor
A new instance of NotificationsAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ NotificationsAction
Returns a new instance of NotificationsAction.
1664 1665 1666 1667 |
# File 'lib/ruby-macrodroid/actions.rb', line 1664 def initialize(h={}) super(h) @group = 'notifications' end |