Class: EpsRapid::Notifications

Inherits:
Object
  • Object
show all
Defined in:
lib/eps-rapid/notifications.rb

Class Method Summary collapse

Class Method Details

.test_notification_event(event) ⇒ Object



5
6
7
# File 'lib/eps-rapid/notifications.rb', line 5

def self.test_notification_event(event)
  EpsRapid::Client.get("notifications/#{event}", {})
end

.undeliverable_notificationsObject



9
10
11
# File 'lib/eps-rapid/notifications.rb', line 9

def self.undeliverable_notifications
  EpsRapid::Client.get('notifications/undeliverable', {})
end