Class: AutoRotateChangeTrigger

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ AutoRotateChangeTrigger

Returns a new instance of AutoRotateChangeTrigger.



1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'lib/ruby-macrodroid.rb', line 1015

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end