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.



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

def pagination
  @pagination
end

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

Returns the value of attribute pallets.



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

def pallets
  @pallets
end

Class Method Details

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



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

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 ])


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

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

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



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

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:



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

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

Instance Method Details

#members[ :pallets, :pagination ]

Returns:

  • ([ :pallets, :pagination ])


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

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

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



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

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