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.
3773 3774 3775 3776 3777 3778 3779 3780 3781 |
# File 'lib/ruby-macrodroid.rb', line 3773 def initialize(h={}) = { option: 1 } super(.merge h) end |