Class: AllowLEDNotificationLightAction

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

Overview

Category: Notifications

Instance Attribute Summary

Attributes inherited from Action

#constraints

Attributes inherited from MacroObject

#options, #siguid, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ AllowLEDNotificationLightAction

Returns a new instance of AllowLEDNotificationLightAction.



3567
3568
3569
3570
3571
3572
3573
3574
3575
# File 'lib/ruby-macrodroid.rb', line 3567

def initialize(h={})

  options = {
    enabled: true
  }

  super(options.merge h)

end