Class: VolumeConstraint

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

Overview

Category: Screen and Speaker

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #type

Instance Method Summary collapse

Methods inherited from Constraint

#match?

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ VolumeConstraint

Returns a new instance of VolumeConstraint.



4767
4768
4769
4770
4771
4772
4773
4774
4775
# File 'lib/ruby-macrodroid.rb', line 4767

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end