class SendGridWebApi::Modules::EventNotification
Public Instance Methods
delete(options = {})
click to toggle source
# File lib/web_api/event_notification.rb, line 13 def delete options = {} event_delete_url = "eventposturl.delete.json" query_api(event_delete_url, options) end
get(options = {})
click to toggle source
# File lib/web_api/event_notification.rb, line 3 def get options = {} event_get_url = "eventposturl.get.json" query_api(event_get_url, options) end
set(options = {})
click to toggle source
# File lib/web_api/event_notification.rb, line 8 def set options = {} event_set_url = "eventposturl.set.json" query_api(event_set_url, options) end