Class: NotificationTrigger
- Inherits:
-
Trigger
- Object
- MacroObject
- Trigger
- NotificationTrigger
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ NotificationTrigger
constructor
A new instance of NotificationTrigger.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ NotificationTrigger
Returns a new instance of NotificationTrigger.
481 482 483 |
# File 'lib/ruby-macrodroid.rb', line 481 def initialize(h={}) super({}.merge h) end |