Class: Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/shipping_v2.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#unmanifested_carrier_information_listArray[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]? (readonly)

Returns the value of attribute unmanifested_carrier_information_list.



1049
1050
1051
# File 'sig/peddler/apis/shipping_v2.rbs', line 1049

def unmanifested_carrier_information_list
  @unmanifested_carrier_information_list
end

Class Method Details

.[](unmanifested_carrier_information_list:) ⇒ Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse .[](arg0) ⇒ Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse



1042
1043
# File 'sig/peddler/apis/shipping_v2.rbs', line 1042

def self.[]: (?unmanifested_carrier_information_list: Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]?) -> Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse
| (Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]?) -> Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse

.members[ :unmanifested_carrier_information_list ]

Returns:

  • ([ :unmanifested_carrier_information_list ])


1045
# File 'sig/peddler/apis/shipping_v2.rbs', line 1045

def self.members: () -> [ :unmanifested_carrier_information_list ]

.new(unmanifested_carrier_information_list:) ⇒ Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse .new(arg0) ⇒ Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse



1040
1041
# File 'sig/peddler/apis/shipping_v2.rbs', line 1040

def self.new: (?unmanifested_carrier_information_list: Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]?) -> Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse
| (Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]?) -> Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse

.parsePeddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



1047
# File 'sig/peddler/apis/shipping_v2.rbs', line 1047

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV2::GetUnmanifestedShipmentsResponse

Instance Method Details

#members[ :unmanifested_carrier_information_list ]

Returns:

  • ([ :unmanifested_carrier_information_list ])


1051
# File 'sig/peddler/apis/shipping_v2.rbs', line 1051

def members: () -> [ :unmanifested_carrier_information_list ]

#to_h{ unmanifested_carrier_information_list: Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]? }

Returns:



1052
# File 'sig/peddler/apis/shipping_v2.rbs', line 1052

def to_h: () -> { unmanifested_carrier_information_list: Array[Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation]? }