Sha256: 06336aea4f96e8e60a3e426a665cbdba79e6eff2a31f2b26da40ec145c054a52

Contents?: true

Size: 292 Bytes

Versions: 1

Compression:

Stored size: 292 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eps-rapid-1.0.0 lib/eps-rapid/notifications.rb