Class: AllowLEDNotificationLightAction
- Inherits:
-
NotificationsAction
- Object
- MacroObject
- Action
- NotificationsAction
- AllowLEDNotificationLightAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Notifications
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ AllowLEDNotificationLightAction
constructor
A new instance of AllowLEDNotificationLightAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ AllowLEDNotificationLightAction
Returns a new instance of AllowLEDNotificationLightAction.
2553 2554 2555 2556 2557 2558 2559 2560 2561 |
# File 'lib/ruby-macrodroid.rb', line 2553 def initialize(h={}) = { enabled: true } super(.merge h) end |