Class: Peddler::APIs::FulfillmentInbound20240320::ListShipmentItemsResponse

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

#itemsArray[Peddler::APIs::FulfillmentInbound20240320::Item] (readonly)

Returns the value of attribute items.



1176
1177
1178
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1176

def items
  @items
end

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

Returns the value of attribute pagination.



1177
1178
1179
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1177

def pagination
  @pagination
end

Class Method Details

.[](items:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentItemsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentItemsResponse



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

def self.[]: (items: Array[Peddler::APIs::FulfillmentInbound20240320::Item], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentItemsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::Item], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentItemsResponse

.members[ :items, :pagination ]

Returns:

  • ([ :items, :pagination ])


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

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

.new(items:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentItemsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentItemsResponse



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

def self.new: (items: Array[Peddler::APIs::FulfillmentInbound20240320::Item], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentItemsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::Item], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentItemsResponse

.parsePeddler::APIs::FulfillmentInbound20240320::ListShipmentItemsResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :items, :pagination ]

Returns:

  • ([ :items, :pagination ])


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

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

#to_h{ items: Array[Peddler::APIs::FulfillmentInbound20240320::Item], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }



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

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