Module: Peddler::Notifications::ReportProcessingFinished

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

Overview

The root schema comprises the entire JSON document.

Defined Under Namespace

Classes: Notification, Payload, ReportProcessingFinishedNotification

Class Method Summary collapse

Class Method Details

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

Parameters:

  • (Hash[String | Symbol, untyped])

Returns:



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

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