Class: NotificationVolumeConstraint

Inherits:
Constraint show all
Defined in:
lib/ruby-macrodroid.rb

Overview

Category: Notification

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #siguid, #type

Instance Method Summary collapse

Methods inherited from Constraint

#match?

Methods inherited from MacroObject

#to_h, #to_s

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={})

  options = {
    option: 1
  }

  super(options.merge h)

end