Class: AutoSyncChangeTrigger

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

Overview

Category: Device Events

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #type

Instance Method Summary collapse

Methods inherited from Trigger

#match?

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ AutoSyncChangeTrigger

Returns a new instance of AutoSyncChangeTrigger.



1355
1356
1357
1358
1359
1360
1361
1362
1363
# File 'lib/ruby-macrodroid.rb', line 1355

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end