Class: Peddler::APIs::EasyShip20220323::TimeSlots
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::EasyShip20220323::TimeSlots
- Defined in:
- lib/peddler/apis/easy_ship_2022_03_23/time_slots.rb
Overview
A list of time slots.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
11 12 13 |
# File 'lib/peddler/apis/easy_ship_2022_03_23/time_slots.rb', line 11 def parse(array) new(array.map { |item| TimeSlot.parse(item) }) end |