Class: ClipboardChangeTrigger

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ ClipboardChangeTrigger

Returns a new instance of ClipboardChangeTrigger.



1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
# File 'lib/ruby-macrodroid.rb', line 1029

def initialize(h={})

  options = {
    text: '',
    enable_regex: false
  }

  super(options.merge h)

end