Module: Peddler::Notifications::ItemSalesEventChange

Defined in:
lib/peddler/notifications/item_sales_event_change.rb,
lib/peddler/notifications/item_sales_event_change/payload.rb,
lib/peddler/notifications/item_sales_event_change/notification.rb,
lib/peddler/notifications/item_sales_event_change/notification_metadata.rb,
lib/peddler/notifications/item_sales_event_change/item_sales_event_change.rb,
lib/peddler/notifications/item_sales_event_change/item_sales_event_changes.rb,
sig/peddler/notifications/item_sales_event_change.rbs

Overview

The root schema comprises the entire JSON document.

Defined Under Namespace

Classes: ItemSalesEventChange, ItemSalesEventChanges, Notification, NotificationMetadata, Payload

Class Method Summary collapse

Class Method Details

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

Parameters:

  • (Hash[String | Symbol, untyped])

Returns:



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

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