Class: NotificationVolumeConstraint
- Inherits:
-
Constraint
- Object
- MacroObject
- Constraint
- NotificationVolumeConstraint
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Notification
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ NotificationVolumeConstraint
constructor
A new instance of NotificationVolumeConstraint.
Methods inherited from Constraint
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ NotificationVolumeConstraint
Returns a new instance of NotificationVolumeConstraint.
4847 4848 4849 4850 4851 4852 4853 4854 4855 |
# File 'lib/ruby-macrodroid.rb', line 4847 def initialize(h={}) = { option: 1 } super(.merge h) end |