Class: Peddler::APIs::VendorShipmentsV1::Containers
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorShipmentsV1::Containers
- Defined in:
- sig/peddler/apis/vendor_shipments_v1.rbs
Instance Attribute Summary collapse
-
#block ⇒ Integer?
readonly
Returns the value of attribute block.
-
#container_identifiers ⇒ Array[Peddler::APIs::VendorShipmentsV1::ContainerIdentification]
readonly
Returns the value of attribute container_identifiers.
-
#container_sequence_number ⇒ String?
readonly
Returns the value of attribute container_sequence_number.
-
#container_type ⇒ String
readonly
Returns the value of attribute container_type.
-
#dimensions ⇒ Peddler::APIs::VendorShipmentsV1::Dimensions?
readonly
Returns the value of attribute dimensions.
-
#inner_containers_details ⇒ Peddler::APIs::VendorShipmentsV1::InnerContainersDetails?
readonly
Returns the value of attribute inner_containers_details.
-
#packed_items ⇒ Array[Peddler::APIs::VendorShipmentsV1::PackedItems]?
readonly
Returns the value of attribute packed_items.
-
#tier ⇒ Integer?
readonly
Returns the value of attribute tier.
-
#tracking_number ⇒ String?
readonly
Returns the value of attribute tracking_number.
-
#weight ⇒ Peddler::APIs::VendorShipmentsV1::Weight?
readonly
Returns the value of attribute weight.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :container_identifiers, :container_type, :block, :container_sequence_number, :dimensions, :inner_containers_details, :packed_items, :tier, :tracking_number, :weight ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorShipmentsV1::Containers
Instance Method Summary collapse
-
#members ⇒ [ :container_identifiers, :container_type, :block, :container_sequence_number, :dimensions, :inner_containers_details, :packed_items, :tier, :tracking_number, :weight ]
-
#to_h ⇒ { container_identifiers: Array[Peddler::APIs::VendorShipmentsV1::ContainerIdentification], container_type: String, block: Integer?, container_sequence_number: String?, dimensions: Peddler::APIs::VendorShipmentsV1::Dimensions?, inner_containers_details: Peddler::APIs::VendorShipmentsV1::InnerContainersDetails?, packed_items: Array[Peddler::APIs::VendorShipmentsV1::PackedItems]?, tier: Integer?, tracking_number: String?, weight: Peddler::APIs::VendorShipmentsV1::Weight? }
Instance Attribute Details
#block ⇒ Integer? (readonly)
Returns the value of attribute block.
167 168 169 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 167 def block @block end |
#container_identifiers ⇒ Array[Peddler::APIs::VendorShipmentsV1::ContainerIdentification] (readonly)
Returns the value of attribute container_identifiers.
168 169 170 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 168 def container_identifiers @container_identifiers end |
#container_sequence_number ⇒ String? (readonly)
Returns the value of attribute container_sequence_number.
169 170 171 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 169 def container_sequence_number @container_sequence_number end |
#container_type ⇒ String (readonly)
Returns the value of attribute container_type.
170 171 172 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 170 def container_type @container_type end |
#dimensions ⇒ Peddler::APIs::VendorShipmentsV1::Dimensions? (readonly)
Returns the value of attribute dimensions.
171 172 173 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 171 def dimensions @dimensions end |
#inner_containers_details ⇒ Peddler::APIs::VendorShipmentsV1::InnerContainersDetails? (readonly)
Returns the value of attribute inner_containers_details.
172 173 174 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 172 def inner_containers_details @inner_containers_details end |
#packed_items ⇒ Array[Peddler::APIs::VendorShipmentsV1::PackedItems]? (readonly)
Returns the value of attribute packed_items.
173 174 175 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 173 def packed_items @packed_items end |
#tier ⇒ Integer? (readonly)
Returns the value of attribute tier.
174 175 176 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 174 def tier @tier end |
#tracking_number ⇒ String? (readonly)
Returns the value of attribute tracking_number.
175 176 177 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 175 def tracking_number @tracking_number end |
#weight ⇒ Peddler::APIs::VendorShipmentsV1::Weight? (readonly)
Returns the value of attribute weight.
176 177 178 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 176 def weight @weight end |
Class Method Details
.[](container_identifiers:, container_type:, block:, container_sequence_number:, dimensions:, inner_containers_details:, packed_items:, tier:, tracking_number:, weight:) ⇒ Peddler::APIs::VendorShipmentsV1::Containers .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::APIs::VendorShipmentsV1::Containers
160 161 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 160
def self.[]: (container_identifiers: Array[Peddler::APIs::VendorShipmentsV1::ContainerIdentification], container_type: String, ?block: Integer?, ?container_sequence_number: String?, ?dimensions: Peddler::APIs::VendorShipmentsV1::Dimensions?, ?inner_containers_details: Peddler::APIs::VendorShipmentsV1::InnerContainersDetails?, ?packed_items: Array[Peddler::APIs::VendorShipmentsV1::PackedItems]?, ?tier: Integer?, ?tracking_number: String?, ?weight: Peddler::APIs::VendorShipmentsV1::Weight?) -> Peddler::APIs::VendorShipmentsV1::Containers
| (Array[Peddler::APIs::VendorShipmentsV1::ContainerIdentification], String, Integer?, String?, Peddler::APIs::VendorShipmentsV1::Dimensions?, Peddler::APIs::VendorShipmentsV1::InnerContainersDetails?, Array[Peddler::APIs::VendorShipmentsV1::PackedItems]?, Integer?, String?, Peddler::APIs::VendorShipmentsV1::Weight?) -> Peddler::APIs::VendorShipmentsV1::Containers
|
.members ⇒ [ :container_identifiers, :container_type, :block, :container_sequence_number, :dimensions, :inner_containers_details, :packed_items, :tier, :tracking_number, :weight ]
163 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 163
def self.members: () -> [ :container_identifiers, :container_type, :block, :container_sequence_number, :dimensions, :inner_containers_details, :packed_items, :tier, :tracking_number, :weight ]
|
.new(container_identifiers:, container_type:, block:, container_sequence_number:, dimensions:, inner_containers_details:, packed_items:, tier:, tracking_number:, weight:) ⇒ Peddler::APIs::VendorShipmentsV1::Containers .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::APIs::VendorShipmentsV1::Containers
158 159 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 158
def self.new: (container_identifiers: Array[Peddler::APIs::VendorShipmentsV1::ContainerIdentification], container_type: String, ?block: Integer?, ?container_sequence_number: String?, ?dimensions: Peddler::APIs::VendorShipmentsV1::Dimensions?, ?inner_containers_details: Peddler::APIs::VendorShipmentsV1::InnerContainersDetails?, ?packed_items: Array[Peddler::APIs::VendorShipmentsV1::PackedItems]?, ?tier: Integer?, ?tracking_number: String?, ?weight: Peddler::APIs::VendorShipmentsV1::Weight?) -> Peddler::APIs::VendorShipmentsV1::Containers
| (Array[Peddler::APIs::VendorShipmentsV1::ContainerIdentification], String, Integer?, String?, Peddler::APIs::VendorShipmentsV1::Dimensions?, Peddler::APIs::VendorShipmentsV1::InnerContainersDetails?, Array[Peddler::APIs::VendorShipmentsV1::PackedItems]?, Integer?, String?, Peddler::APIs::VendorShipmentsV1::Weight?) -> Peddler::APIs::VendorShipmentsV1::Containers
|
.parse ⇒ Peddler::APIs::VendorShipmentsV1::Containers
165 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 165
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorShipmentsV1::Containers
|
Instance Method Details
#members ⇒ [ :container_identifiers, :container_type, :block, :container_sequence_number, :dimensions, :inner_containers_details, :packed_items, :tier, :tracking_number, :weight ]
178 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 178
def members: () -> [ :container_identifiers, :container_type, :block, :container_sequence_number, :dimensions, :inner_containers_details, :packed_items, :tier, :tracking_number, :weight ]
|
#to_h ⇒ { container_identifiers: Array[Peddler::APIs::VendorShipmentsV1::ContainerIdentification], container_type: String, block: Integer?, container_sequence_number: String?, dimensions: Peddler::APIs::VendorShipmentsV1::Dimensions?, inner_containers_details: Peddler::APIs::VendorShipmentsV1::InnerContainersDetails?, packed_items: Array[Peddler::APIs::VendorShipmentsV1::PackedItems]?, tier: Integer?, tracking_number: String?, weight: Peddler::APIs::VendorShipmentsV1::Weight? }
179 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 179
def to_h: () -> { container_identifiers: Array[Peddler::APIs::VendorShipmentsV1::ContainerIdentification], container_type: String, block: Integer?, container_sequence_number: String?, dimensions: Peddler::APIs::VendorShipmentsV1::Dimensions?, inner_containers_details: Peddler::APIs::VendorShipmentsV1::InnerContainersDetails?, packed_items: Array[Peddler::APIs::VendorShipmentsV1::PackedItems]?, tier: Integer?, tracking_number: String?, weight: Peddler::APIs::VendorShipmentsV1::Weight? }
|