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