Class: VolumeIncrementDecrementAction

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

Overview

Category: Volume

Instance Attribute Summary

Attributes inherited from Action

#constraints

Attributes inherited from MacroObject

#options, #siguid, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ VolumeIncrementDecrementAction

Returns a new instance of VolumeIncrementDecrementAction.



4045
4046
4047
4048
4049
4050
4051
4052
4053
# File 'lib/ruby-macrodroid.rb', line 4045

def initialize(h={})

  options = {
    volume_up: true
  }

  super(options.merge h)

end