Class: BootTrigger

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

Returns a new instance of BootTrigger.



1507
1508
1509
1510
1511
1512
1513
1514
# File 'lib/ruby-macrodroid.rb', line 1507

def initialize(h={})

  options = {
  }

  super(options.merge h)

end