Class: Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupItemsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupItemsResponse
- 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::ListPackingGroupItemsResponse
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.
1075 1076 1077 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1075 def items @items end |
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)
Returns the value of attribute pagination.
1076 1077 1078 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1076 def pagination @pagination end |
Class Method Details
.[](items:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupItemsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupItemsResponse
1068 1069 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1068
def self.[]: (items: Array[Peddler::APIs::FulfillmentInbound20240320::Item], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupItemsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::Item], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupItemsResponse
|
.members ⇒ [ :items, :pagination ]
1071 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1071
def self.members: () -> [ :items, :pagination ]
|
.new(items:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupItemsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupItemsResponse
1066 1067 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1066
def self.new: (items: Array[Peddler::APIs::FulfillmentInbound20240320::Item], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupItemsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::Item], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupItemsResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupItemsResponse
1073 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1073
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupItemsResponse
|
Instance Method Details
#members ⇒ [ :items, :pagination ]
1078 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1078
def members: () -> [ :items, :pagination ]
|
#to_h ⇒ { items: Array[Peddler::APIs::FulfillmentInbound20240320::Item], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
1079 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1079
def to_h: () -> { items: Array[Peddler::APIs::FulfillmentInbound20240320::Item], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
|