Class: Peddler::APIs::ShippingV2::RequestAttributes

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/shipping_v2/request_attributes.rb

Overview

Specify the type of attributes to be added on a label.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/shipping_v2/request_attributes.rb', line 11

def parse(array)
  new(array)
end