Class: Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanItemsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanItemsResponse
- 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::ListInboundPlanItemsResponse
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.
991 992 993 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 991 def items @items end |
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)
Returns the value of attribute pagination.
992 993 994 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 992 def pagination @pagination end |
Class Method Details
.[](items:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanItemsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanItemsResponse
984 985 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 984
def self.[]: (items: Array[Peddler::APIs::FulfillmentInbound20240320::Item], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanItemsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::Item], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanItemsResponse
|
.members ⇒ [ :items, :pagination ]
987 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 987
def self.members: () -> [ :items, :pagination ]
|
.new(items:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanItemsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanItemsResponse
982 983 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 982
def self.new: (items: Array[Peddler::APIs::FulfillmentInbound20240320::Item], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanItemsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::Item], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanItemsResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanItemsResponse
989 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 989
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanItemsResponse
|
Instance Method Details
#members ⇒ [ :items, :pagination ]
994 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 994
def members: () -> [ :items, :pagination ]
|
#to_h ⇒ { items: Array[Peddler::APIs::FulfillmentInbound20240320::Item], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
995 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 995
def to_h: () -> { items: Array[Peddler::APIs::FulfillmentInbound20240320::Item], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
|