Class: AutoSyncChangeTrigger

Inherits:
Trigger 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.



1133
1134
1135
1136
1137
1138
1139
1140
1141
# File 'lib/ruby-macrodroid.rb', line 1133

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end