Class: Peddler::APIs::NotificationsV1::MarketplaceIds

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

Overview

A list of marketplace identifiers to subscribe to (for example: ATVPDKIKX0DER). To receive notifications in every marketplace, do not provide this list.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



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

def parse(array)
  new(array)
end