Module: Peddler::Notifications::ListingsItemIssuesChange
- Defined in:
- lib/peddler/notifications/listings_item_issues_change.rb,
lib/peddler/notifications/listings_item_issues_change/payload.rb,
lib/peddler/notifications/listings_item_issues_change/notification.rb,
sig/peddler/notifications/listings_item_issues_change.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::ListingsItemIssuesChange::Notification
12 13 14 |
# File 'lib/peddler/notifications/listings_item_issues_change.rb', line 12 def parse(hash) Notification.parse(hash) end |