Method: Chimpactions::List#webhooks

Defined in:
lib/chimpactions/list.rb

#webhooksHash, false

Retrieves webhooks for this List

Returns:



77
78
79
# File 'lib/chimpactions/list.rb', line 77

def webhooks
  @@socket.listWebhooks(:id => id)
end