Method: Chimpactions::List#webhooks
- Defined in:
- lib/chimpactions/list.rb
#webhooks ⇒ Hash, false
Retrieves webhooks for this List
77 78 79 |
# File 'lib/chimpactions/list.rb', line 77 def webhooks @@socket.listWebhooks(:id => id) end |