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