Module: Peddler::Notifications::ListingsItemIssuesChangeNotification20231213

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

Overview

Listings Item Issues Change Notification

To be delivered when issues are created, changed, or resolved for a listings item.

Defined Under Namespace

Classes: Notification, Payload

Class Method Summary collapse

Class Method Details

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

Parameters:

  • (Hash[String | Symbol, untyped])

Returns:



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

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