Module: Peddler::Notifications::ListingsItemStatusChange

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

Overview

Listings Item Status Change Notification

To be delivered when the status (e.g. buyability, discoverability) of a listings item changes.

Defined Under Namespace

Classes: Notification, Payload

Class Method Summary collapse

Class Method Details

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

Parameters:

  • (Hash[String | Symbol, untyped])

Returns:



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

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