Class: Peddler::APIs::ServicesV1::AppointmentResources
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::ServicesV1::AppointmentResources
- Defined in:
- lib/peddler/apis/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
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 |