Class: Peddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse

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

#paginationPeddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)

Returns the value of attribute pagination.



1194
1195
1196
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1194

def pagination
  @pagination
end

#palletsArray[Peddler::APIs::FulfillmentInbound20240320::Pallet] (readonly)

Returns the value of attribute pallets.



1195
1196
1197
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1195

def pallets
  @pallets
end

Class Method Details

.[](pallets:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse



1187
1188
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1187

def self.[]: (pallets: Array[Peddler::APIs::FulfillmentInbound20240320::Pallet], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::Pallet], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse

.members[ :pallets, :pagination ]

Returns:

  • ([ :pallets, :pagination ])


1190
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1190

def self.members: () -> [ :pallets, :pagination ]

.new(pallets:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse



1185
1186
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1185

def self.new: (pallets: Array[Peddler::APIs::FulfillmentInbound20240320::Pallet], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::Pallet], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse

.parsePeddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse

Parameters:

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

Returns:



1192
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1192

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse

Instance Method Details

#members[ :pallets, :pagination ]

Returns:

  • ([ :pallets, :pagination ])


1197
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1197

def members: () -> [ :pallets, :pagination ]

#to_h{ pallets: Array[Peddler::APIs::FulfillmentInbound20240320::Pallet], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }



1198
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1198

def to_h: () -> { pallets: Array[Peddler::APIs::FulfillmentInbound20240320::Pallet], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }