Method: NotificationVolumeConstraint#initialize

Defined in:
lib/ruby-macrodroid.rb

#initialize(h = {}) ⇒ NotificationVolumeConstraint

Returns a new instance of NotificationVolumeConstraint.



4699
4700
4701
4702
4703
4704
4705
4706
4707
# File 'lib/ruby-macrodroid.rb', line 4699

def initialize(h={})

  options = {
    option: 1
  }

  super(options.merge h)

end