Class: Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#boxesArray[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_idString? (readonly)

Returns the value of attribute packing_group_id.

Returns:

  • (String, nil)


1337
1338
1339
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1337

def packing_group_id
  @packing_group_id
end

#shipment_idString? (readonly)

Returns the value of attribute shipment_id.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::FulfillmentInbound20240320::PackageGroupingInput

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:



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? }