Class: Peddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination?
readonly
Returns the value of attribute pagination.
-
#pallets ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::Pallet]
readonly
Returns the value of attribute pallets.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :pallets, :pagination ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse
Instance Method Summary collapse
-
#members ⇒ [ :pallets, :pagination ]
-
#to_h ⇒ { pallets: Array[Peddler::APIs::FulfillmentInbound20240320::Pallet], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
Instance Attribute Details
#pagination ⇒ Peddler::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 |
#pallets ⇒ Array[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 ]
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
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentPalletsResponse
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 ]
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? }
|