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