Class: Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation

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

#carrier_idString? (readonly)

Returns the value of attribute carrier_id.

Returns:

  • (String, nil)


1932
1933
1934
# File 'sig/peddler/apis/shipping_v2.rbs', line 1932

def carrier_id
  @carrier_id
end

#carrier_nameString? (readonly)

Returns the value of attribute carrier_name.

Returns:

  • (String, nil)


1933
1934
1935
# File 'sig/peddler/apis/shipping_v2.rbs', line 1933

def carrier_name
  @carrier_name
end

#unmanifested_shipment_location_listArray[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]? (readonly)

Returns the value of attribute unmanifested_shipment_location_list.



1934
1935
1936
# File 'sig/peddler/apis/shipping_v2.rbs', line 1934

def unmanifested_shipment_location_list
  @unmanifested_shipment_location_list
end

Class Method Details

.[](carrier_id:, carrier_name:, unmanifested_shipment_location_list:) ⇒ Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation

Overloads:



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

def self.[]: (?carrier_id: String?, ?carrier_name: String?, ?unmanifested_shipment_location_list: Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]?) -> Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation
| (String?, String?, Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]?) -> Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation

.members[ :carrier_id, :carrier_name, :unmanifested_shipment_location_list ]

Returns:

  • ([ :carrier_id, :carrier_name, :unmanifested_shipment_location_list ])


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

def self.members: () -> [ :carrier_id, :carrier_name, :unmanifested_shipment_location_list ]

.new(carrier_id:, carrier_name:, unmanifested_shipment_location_list:) ⇒ Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation

Overloads:



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

def self.new: (?carrier_id: String?, ?carrier_name: String?, ?unmanifested_shipment_location_list: Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]?) -> Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation
| (String?, String?, Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]?) -> Peddler::APIs::ShippingV2::UnmanifestedCarrierInformation

.parsePeddler::APIs::ShippingV2::UnmanifestedCarrierInformation

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :carrier_id, :carrier_name, :unmanifested_shipment_location_list ]

Returns:

  • ([ :carrier_id, :carrier_name, :unmanifested_shipment_location_list ])


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

def members: () -> [ :carrier_id, :carrier_name, :unmanifested_shipment_location_list ]

#to_h{ carrier_id: String?, carrier_name: String?, unmanifested_shipment_location_list: Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]? }

Returns:



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

def to_h: () -> { carrier_id: String?, carrier_name: String?, unmanifested_shipment_location_list: Array[Peddler::APIs::ShippingV2::UnmanifestedShipmentLocation]? }