Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs
Instance Attribute Summary collapse
-
#carrier ⇒ String?
readonly
Returns the value of attribute carrier.
-
#container_identifier ⇒ String
readonly
Returns the value of attribute container_identifier.
-
#container_sequence_number ⇒ Integer?
readonly
Returns the value of attribute container_sequence_number.
-
#container_type ⇒ String
readonly
Returns the value of attribute container_type.
-
#dimensions ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions?
readonly
Returns the value of attribute dimensions.
-
#manifest_date ⇒ String?
readonly
Returns the value of attribute manifest_date.
-
#manifest_id ⇒ String?
readonly
Returns the value of attribute manifest_id.
-
#packed_items ⇒ Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackedItem]
readonly
Returns the value of attribute packed_items.
-
#scac_code ⇒ String?
readonly
Returns the value of attribute scac_code.
-
#ship_method ⇒ String?
readonly
Returns the value of attribute ship_method.
-
#tracking_number ⇒ String?
readonly
Returns the value of attribute tracking_number.
-
#weight ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Weight
readonly
Returns the value of attribute weight.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :container_identifier, :container_type, :packed_items, :weight, :carrier, :container_sequence_number, :dimensions, :manifest_date, :manifest_id, :scac_code, :ship_method, :tracking_number ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container
Instance Method Summary collapse
-
#members ⇒ [ :container_identifier, :container_type, :packed_items, :weight, :carrier, :container_sequence_number, :dimensions, :manifest_date, :manifest_id, :scac_code, :ship_method, :tracking_number ]
-
#to_h ⇒ { container_identifier: String, container_type: String, packed_items: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackedItem], weight: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Weight, carrier: String?, container_sequence_number: Integer?, dimensions: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions?, manifest_date: String?, manifest_id: String?, scac_code: String?, ship_method: String?, tracking_number: String? }
Instance Attribute Details
#carrier ⇒ String? (readonly)
Returns the value of attribute carrier.
40 41 42 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 40 def carrier @carrier end |
#container_identifier ⇒ String (readonly)
Returns the value of attribute container_identifier.
41 42 43 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 41 def container_identifier @container_identifier end |
#container_sequence_number ⇒ Integer? (readonly)
Returns the value of attribute container_sequence_number.
42 43 44 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 42 def container_sequence_number @container_sequence_number end |
#container_type ⇒ String (readonly)
Returns the value of attribute container_type.
43 44 45 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 43 def container_type @container_type end |
#dimensions ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions? (readonly)
Returns the value of attribute dimensions.
44 45 46 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 44 def dimensions @dimensions end |
#manifest_date ⇒ String? (readonly)
Returns the value of attribute manifest_date.
45 46 47 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 45 def manifest_date @manifest_date end |
#manifest_id ⇒ String? (readonly)
Returns the value of attribute manifest_id.
46 47 48 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 46 def manifest_id @manifest_id end |
#packed_items ⇒ Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackedItem] (readonly)
Returns the value of attribute packed_items.
47 48 49 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 47 def packed_items @packed_items end |
#scac_code ⇒ String? (readonly)
Returns the value of attribute scac_code.
48 49 50 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 48 def scac_code @scac_code end |
#ship_method ⇒ String? (readonly)
Returns the value of attribute ship_method.
49 50 51 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 49 def ship_method @ship_method end |
#tracking_number ⇒ String? (readonly)
Returns the value of attribute tracking_number.
50 51 52 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 50 def tracking_number @tracking_number end |
#weight ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Weight (readonly)
Returns the value of attribute weight.
51 52 53 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 51 def weight @weight end |
Class Method Details
.[](container_identifier:, container_type:, packed_items:, weight:, carrier:, container_sequence_number:, dimensions:, manifest_date:, manifest_id:, scac_code:, ship_method:, tracking_number:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container
33 34 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 33
def self.[]: (container_identifier: String, container_type: String, packed_items: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackedItem], weight: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Weight, ?carrier: String?, ?container_sequence_number: Integer?, ?dimensions: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions?, ?manifest_date: String?, ?manifest_id: String?, ?scac_code: String?, ?ship_method: String?, ?tracking_number: String?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container
| (String, String, Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackedItem], Peddler::APIs::VendorDirectFulfillmentShipping20211228::Weight, String?, Integer?, Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions?, String?, String?, String?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container
|
.members ⇒ [ :container_identifier, :container_type, :packed_items, :weight, :carrier, :container_sequence_number, :dimensions, :manifest_date, :manifest_id, :scac_code, :ship_method, :tracking_number ]
36 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 36
def self.members: () -> [ :container_identifier, :container_type, :packed_items, :weight, :carrier, :container_sequence_number, :dimensions, :manifest_date, :manifest_id, :scac_code, :ship_method, :tracking_number ]
|
.new(container_identifier:, container_type:, packed_items:, weight:, carrier:, container_sequence_number:, dimensions:, manifest_date:, manifest_id:, scac_code:, ship_method:, tracking_number:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container
31 32 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 31
def self.new: (container_identifier: String, container_type: String, packed_items: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackedItem], weight: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Weight, ?carrier: String?, ?container_sequence_number: Integer?, ?dimensions: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions?, ?manifest_date: String?, ?manifest_id: String?, ?scac_code: String?, ?ship_method: String?, ?tracking_number: String?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container
| (String, String, Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackedItem], Peddler::APIs::VendorDirectFulfillmentShipping20211228::Weight, String?, Integer?, Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions?, String?, String?, String?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container
38 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 38
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container
|
Instance Method Details
#members ⇒ [ :container_identifier, :container_type, :packed_items, :weight, :carrier, :container_sequence_number, :dimensions, :manifest_date, :manifest_id, :scac_code, :ship_method, :tracking_number ]
53 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 53
def members: () -> [ :container_identifier, :container_type, :packed_items, :weight, :carrier, :container_sequence_number, :dimensions, :manifest_date, :manifest_id, :scac_code, :ship_method, :tracking_number ]
|
#to_h ⇒ { container_identifier: String, container_type: String, packed_items: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackedItem], weight: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Weight, carrier: String?, container_sequence_number: Integer?, dimensions: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions?, manifest_date: String?, manifest_id: String?, scac_code: String?, ship_method: String?, tracking_number: String? }
54 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 54
def to_h: () -> { container_identifier: String, container_type: String, packed_items: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackedItem], weight: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Weight, carrier: String?, container_sequence_number: Integer?, dimensions: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Dimensions?, manifest_date: String?, manifest_id: String?, scac_code: String?, ship_method: String?, tracking_number: String? }
|