Class: Peddler::Types::NotificationsV1::DestinationList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/types/notifications_v1/destination_list.rb

Overview

A list of destinations.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



13
14
15
# File 'lib/peddler/types/notifications_v1/destination_list.rb', line 13

def parse(array)
  new(array.map { |item| Destination.parse(item) })
end