Class: Peddler::APIs::VendorShipmentsV1::TransportShipmentMeasurements
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorShipmentsV1::TransportShipmentMeasurements
- Defined in:
- sig/peddler/apis/vendor_shipments_v1.rbs
Instance Attribute Summary collapse
-
#shipment_volume ⇒ Peddler::APIs::VendorShipmentsV1::Volume?
readonly
Returns the value of attribute shipment_volume.
-
#shipment_weight ⇒ Peddler::APIs::VendorShipmentsV1::Weight?
readonly
Returns the value of attribute shipment_weight.
-
#total_carton_count ⇒ Integer?
readonly
Returns the value of attribute total_carton_count.
-
#total_pallet_non_stackable ⇒ Integer?
readonly
Returns the value of attribute total_pallet_non_stackable.
-
#total_pallet_stackable ⇒ Integer?
readonly
Returns the value of attribute total_pallet_stackable.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :shipment_volume, :shipment_weight, :total_carton_count, :total_pallet_non_stackable, :total_pallet_stackable ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorShipmentsV1::TransportShipmentMeasurements
Instance Method Summary collapse
-
#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? }
Instance Attribute Details
#shipment_volume ⇒ Peddler::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_weight ⇒ Peddler::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_count ⇒ Integer? (readonly)
Returns the value of attribute total_carton_count.
891 892 893 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 891 def total_carton_count @total_carton_count end |
#total_pallet_non_stackable ⇒ Integer? (readonly)
Returns the value of attribute total_pallet_non_stackable.
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_stackable ⇒ Integer? (readonly)
Returns the value of attribute total_pallet_stackable.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::VendorShipmentsV1::TransportShipmentMeasurements
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 ]
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? }
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? }
|