Sha256: f42c8c5255e90b5fbbd7c44ffa0393ea59a8c6193839fde12c7f945ef4ced232

Contents?: true

Size: 202 Bytes

Versions: 3

Compression:

Stored size: 202 Bytes

Contents

module Notifications
  class Client
    class ResponseNotification
      attr_reader :id

      def initialize(response)
        @id = response["data"]["notification"]["id"]
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
notifications-ruby-client-1.1.2 lib/notifications/client/response_notification.rb
notifications-ruby-client-1.1.1 lib/notifications/client/response_notification.rb
notifications-ruby-client-1.0.0 lib/notifications/client/response_notification.rb