Class: Peddler::APIs::ServicesV1::AppointmentResources

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

Overview

List of resources that performs or performed job appointment fulfillment.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ AppointmentResources

Parameters:

  • (Array[untyped])

Returns:



11
12
13
# File 'lib/peddler/apis/services_v1/appointment_resources.rb', line 11

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