Class: Peddler::Types::ServicesV1::AppointmentResources
- Inherits:
-
Array
- Object
- Array
- Peddler::Types::ServicesV1::AppointmentResources
- Defined in:
- lib/peddler/types/services_v1/appointment_resources.rb
Overview
List of resources that performs or performed job appointment fulfillment.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
13 14 15 |
# File 'lib/peddler/types/services_v1/appointment_resources.rb', line 13 def parse(array) new(array.map { |item| AppointmentResource.parse(item) }) end |