class EpsRapid::Notifications

Public Class Methods

test_notification_event(event) click to toggle source
# File lib/eps-rapid/notifications.rb, line 5
def self.test_notification_event(event)
  EpsRapid::Client.get("notifications/#{event}", {})
end
undeliverable_notifications() click to toggle source
# File lib/eps-rapid/notifications.rb, line 9
def self.undeliverable_notifications
  EpsRapid::Client.get('notifications/undeliverable', {})
end