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