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

Constructor Details

#initialize(h = {}) ⇒ VolumeConstraint

Returns a new instance of VolumeConstraint.



4082
4083
4084
4085
4086
4087
4088
4089
4090
# File 'lib/ruby-macrodroid.rb', line 4082

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end