Class: VolumeIncrementDecrementAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ VolumeIncrementDecrementAction

Returns a new instance of VolumeIncrementDecrementAction.



2462
2463
2464
2465
2466
2467
2468
2469
2470
# File 'lib/ruby-macrodroid.rb', line 2462

def initialize(h={})

  options = {
    volume_up: true
  }

  super(options.merge h)

end