Class: Peddler::APIs::NotificationsV1::OrderChangeTypes

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/notifications_v1/order_change_types.rb

Overview

A list of order change types to subscribe to (for example: BuyerRequestedChange). To receive notifications of all change types, do not provide this list.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



12
13
14
# File 'lib/peddler/apis/notifications_v1/order_change_types.rb', line 12

def parse(array)
  new(array)
end