Class: Peddler::APIs::VendorShipmentsV1::TransportShipmentMeasurements

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#shipment_volumePeddler::APIs::VendorShipmentsV1::Volume? (readonly)

Returns the value of attribute shipment_volume.



889
890
891
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 889

def shipment_volume
  @shipment_volume
end

#shipment_weightPeddler::APIs::VendorShipmentsV1::Weight? (readonly)

Returns the value of attribute shipment_weight.



890
891
892
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 890

def shipment_weight
  @shipment_weight
end

#total_carton_countInteger? (readonly)

Returns the value of attribute total_carton_count.

Returns:

  • (Integer, nil)


891
892
893
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 891

def total_carton_count
  @total_carton_count
end

#total_pallet_non_stackableInteger? (readonly)

Returns the value of attribute total_pallet_non_stackable.

Returns:

  • (Integer, nil)


892
893
894
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 892

def total_pallet_non_stackable
  @total_pallet_non_stackable
end

#total_pallet_stackableInteger? (readonly)

Returns the value of attribute total_pallet_stackable.

Returns:

  • (Integer, nil)


893
894
895
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 893

def total_pallet_stackable
  @total_pallet_stackable
end

Class Method Details

.[](shipment_volume:, shipment_weight:, total_carton_count:, total_pallet_non_stackable:, total_pallet_stackable:) ⇒ Peddler::APIs::VendorShipmentsV1::TransportShipmentMeasurements .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::VendorShipmentsV1::TransportShipmentMeasurements

Overloads:



882
883
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 882

def self.[]: (?shipment_volume: Peddler::APIs::VendorShipmentsV1::Volume?, ?shipment_weight: Peddler::APIs::VendorShipmentsV1::Weight?, ?total_carton_count: Integer?, ?total_pallet_non_stackable: Integer?, ?total_pallet_stackable: Integer?) -> Peddler::APIs::VendorShipmentsV1::TransportShipmentMeasurements
| (Peddler::APIs::VendorShipmentsV1::Volume?, Peddler::APIs::VendorShipmentsV1::Weight?, Integer?, Integer?, Integer?) -> Peddler::APIs::VendorShipmentsV1::TransportShipmentMeasurements

.members[ :shipment_volume, :shipment_weight, :total_carton_count, :total_pallet_non_stackable, :total_pallet_stackable ]

Returns:

  • ([ :shipment_volume, :shipment_weight, :total_carton_count, :total_pallet_non_stackable, :total_pallet_stackable ])


885
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 885

def self.members: () -> [ :shipment_volume, :shipment_weight, :total_carton_count, :total_pallet_non_stackable, :total_pallet_stackable ]

.new(shipment_volume:, shipment_weight:, total_carton_count:, total_pallet_non_stackable:, total_pallet_stackable:) ⇒ Peddler::APIs::VendorShipmentsV1::TransportShipmentMeasurements .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::VendorShipmentsV1::TransportShipmentMeasurements

Overloads:



880
881
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 880

def self.new: (?shipment_volume: Peddler::APIs::VendorShipmentsV1::Volume?, ?shipment_weight: Peddler::APIs::VendorShipmentsV1::Weight?, ?total_carton_count: Integer?, ?total_pallet_non_stackable: Integer?, ?total_pallet_stackable: Integer?) -> Peddler::APIs::VendorShipmentsV1::TransportShipmentMeasurements
| (Peddler::APIs::VendorShipmentsV1::Volume?, Peddler::APIs::VendorShipmentsV1::Weight?, Integer?, Integer?, Integer?) -> Peddler::APIs::VendorShipmentsV1::TransportShipmentMeasurements

.parsePeddler::APIs::VendorShipmentsV1::TransportShipmentMeasurements

Parameters:

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

Returns:



887
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 887

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

Instance Method Details

#members[ :shipment_volume, :shipment_weight, :total_carton_count, :total_pallet_non_stackable, :total_pallet_stackable ]

Returns:

  • ([ :shipment_volume, :shipment_weight, :total_carton_count, :total_pallet_non_stackable, :total_pallet_stackable ])


895
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 895

def members: () -> [ :shipment_volume, :shipment_weight, :total_carton_count, :total_pallet_non_stackable, :total_pallet_stackable ]

#to_h{ shipment_volume: Peddler::APIs::VendorShipmentsV1::Volume?, shipment_weight: Peddler::APIs::VendorShipmentsV1::Weight?, total_carton_count: Integer?, total_pallet_non_stackable: Integer?, total_pallet_stackable: Integer? }

Returns:



896
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 896

def to_h: () -> { shipment_volume: Peddler::APIs::VendorShipmentsV1::Volume?, shipment_weight: Peddler::APIs::VendorShipmentsV1::Weight?, total_carton_count: Integer?, total_pallet_non_stackable: Integer?, total_pallet_stackable: Integer? }