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