Class: ShakeDeviceTrigger

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ ShakeDeviceTrigger

Returns a new instance of ShakeDeviceTrigger.



1228
1229
1230
1231
1232
1233
1234
1235
# File 'lib/ruby-macrodroid.rb', line 1228

def initialize(h={})

  options = {
  }

  super(options.merge h)

end