Class: WebHookTrigger

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ WebHookTrigger

Returns a new instance of WebHookTrigger.



447
448
449
450
451
452
453
454
455
# File 'lib/ruby-macrodroid.rb', line 447

def initialize(h={})

  options = {
    identifier: ''
  }

  super(options.merge h)

end