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