Class: AutoSyncChangeTrigger

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ AutoSyncChangeTrigger

Returns a new instance of AutoSyncChangeTrigger.



919
920
921
922
923
924
925
926
927
# File 'lib/ruby-macrodroid.rb', line 919

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end