Class: ShakeDeviceTrigger

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

Overview

Category: Sensors

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 = {}) ⇒ ShakeDeviceTrigger

Returns a new instance of ShakeDeviceTrigger.



1535
1536
1537
1538
1539
1540
1541
1542
# File 'lib/ruby-macrodroid.rb', line 1535

def initialize(h={})

  options = {
  }

  super(options.merge h)

end