Class: WebHookTrigger
- Inherits:
-
Trigger
- Object
- MacroObject
- Trigger
- WebHookTrigger
- Defined in:
- lib/ruby-macrodroid.rb,
lib/ruby-macrodroid.rb
Overview
Category: Connectivity
Instance Attribute Summary
Attributes inherited from Trigger
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ WebHookTrigger
constructor
A new instance of WebHookTrigger.
Methods inherited from Trigger
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ WebHookTrigger
Returns a new instance of WebHookTrigger.
1214 1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'lib/ruby-macrodroid.rb', line 1214 def initialize(h={}) = { identifier: '' } super(.merge h) end |