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