Module: Peddler::Notifications::FeedProcessingFinished
- Defined in:
- lib/peddler/notifications/feed_processing_finished.rb,
lib/peddler/notifications/feed_processing_finished/payload.rb,
lib/peddler/notifications/feed_processing_finished/notification.rb,
lib/peddler/notifications/feed_processing_finished/feed_processing_finished_notification.rb,
sig/peddler/notifications/feed_processing_finished.rbs
Overview
The root schema comprises the entire JSON document.
Defined Under Namespace
Classes: FeedProcessingFinishedNotification, Notification, Payload
Class Method Summary collapse
Class Method Details
.parse(hash) ⇒ Peddler::Notifications::FeedProcessingFinished::Notification
12 13 14 |
# File 'lib/peddler/notifications/feed_processing_finished.rb', line 12 def parse(hash) Notification.parse(hash) end |