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

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

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) ⇒ MarketplaceIds

Parameters:

  • (Array[untyped])

Returns:



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

def parse(array)
  new(array)
end