Class: AllowLEDNotificationLightAction
- Inherits:
-
NotificationsAction
- Object
- MacroObject
- Action
- NotificationsAction
- AllowLEDNotificationLightAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Notifications
Instance Attribute Summary
Attributes inherited from Action
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.
3614 3615 3616 3617 3618 3619 3620 3621 3622 |
# File 'lib/ruby-macrodroid.rb', line 3614 def initialize(h={}) = { enabled: true } super(.merge h) end |