Class: ShortcutTrigger

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

Overview

Category: User Input

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

Returns a new instance of ShortcutTrigger.



1804
1805
1806
1807
1808
1809
1810
1811
# File 'lib/ruby-macrodroid.rb', line 1804

def initialize(h={})

  options = {
  }

  super(options.merge h)

end