Module: Peddler::Notifications::BrandedItemContentChange

Defined in:
lib/peddler/notifications/branded_item_content_change.rb,
lib/peddler/notifications/branded_item_content_change/payload.rb,
lib/peddler/notifications/branded_item_content_change/notification.rb,
sig/peddler/notifications/branded_item_content_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::BrandedItemContentChange::Notification

Parameters:

  • (Hash[String | Symbol, untyped])

Returns:



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

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