Module: Peddler::Notifications::DataKioskQueryProcessingFinished

Defined in:
lib/peddler/notifications/data_kiosk_query_processing_finished.rb,
lib/peddler/notifications/data_kiosk_query_processing_finished/payload.rb,
lib/peddler/notifications/data_kiosk_query_processing_finished/notification.rb,
sig/peddler/notifications/data_kiosk_query_processing_finished.rbs

Overview

Data Kiosk Query Processing Finished Notification.

This notification is delivered when a Data Kiosk query finishes processing.

Defined Under Namespace

Classes: Notification, Payload

Class Method Summary collapse

Class Method Details

.parse(hash) ⇒ Peddler::Notifications::DataKioskQueryProcessingFinished::Notification

Parameters:

  • (Hash[String | Symbol, untyped])

Returns:



12
13
14
# File 'lib/peddler/notifications/data_kiosk_query_processing_finished.rb', line 12

def parse(hash)
  Notification.parse(hash)
end