Class: Peddler::APIs::ShippingV1::ServiceTypeList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/shipping_v1/service_type_list.rb

Overview

A list of service types that can be used to send the shipment.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/shipping_v1/service_type_list.rb', line 11

def parse(array)
  new(array)
end