Class: Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#boxes ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::BoxInput]
readonly
Returns the value of attribute boxes.
-
#packing_group_id ⇒ String?
readonly
Returns the value of attribute packing_group_id.
-
#shipment_id ⇒ String?
readonly
Returns the value of attribute shipment_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :boxes, :packing_group_id, :shipment_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput
Instance Method Summary collapse
-
#members ⇒ [ :boxes, :packing_group_id, :shipment_id ]
-
#to_h ⇒ { boxes: Array[Peddler::APIs::FulfillmentInbound20240320::BoxInput], packing_group_id: String?, shipment_id: String? }
Instance Attribute Details
#boxes ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::BoxInput] (readonly)
Returns the value of attribute boxes.
1336 1337 1338 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1336 def boxes @boxes end |
#packing_group_id ⇒ String? (readonly)
Returns the value of attribute packing_group_id.
1337 1338 1339 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1337 def packing_group_id @packing_group_id end |
#shipment_id ⇒ String? (readonly)
Returns the value of attribute shipment_id.
1338 1339 1340 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1338 def shipment_id @shipment_id end |
Class Method Details
.[](boxes:, packing_group_id:, shipment_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput
1329 1330 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1329
def self.[]: (boxes: Array[Peddler::APIs::FulfillmentInbound20240320::BoxInput], ?packing_group_id: String?, ?shipment_id: String?) -> Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput
| (Array[Peddler::APIs::FulfillmentInbound20240320::BoxInput], String?, String?) -> Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput
|
.members ⇒ [ :boxes, :packing_group_id, :shipment_id ]
1332 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1332
def self.members: () -> [ :boxes, :packing_group_id, :shipment_id ]
|
.new(boxes:, packing_group_id:, shipment_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput
1327 1328 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1327
def self.new: (boxes: Array[Peddler::APIs::FulfillmentInbound20240320::BoxInput], ?packing_group_id: String?, ?shipment_id: String?) -> Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput
| (Array[Peddler::APIs::FulfillmentInbound20240320::BoxInput], String?, String?) -> Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput
1334 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1334
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput
|
Instance Method Details
#members ⇒ [ :boxes, :packing_group_id, :shipment_id ]
1340 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1340
def members: () -> [ :boxes, :packing_group_id, :shipment_id ]
|
#to_h ⇒ { boxes: Array[Peddler::APIs::FulfillmentInbound20240320::BoxInput], packing_group_id: String?, shipment_id: String? }
1341 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1341
def to_h: () -> { boxes: Array[Peddler::APIs::FulfillmentInbound20240320::BoxInput], packing_group_id: String?, shipment_id: String? }
|