Class: Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#boxes ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::Box]
readonly
Returns the value of attribute boxes.
-
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination?
readonly
Returns the value of attribute pagination.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :boxes, :pagination ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse
Instance Method Summary collapse
-
#members ⇒ [ :boxes, :pagination ]
-
#to_h ⇒ { boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
Instance Attribute Details
#boxes ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::Box] (readonly)
Returns the value of attribute boxes.
974 975 976 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 974 def boxes @boxes end |
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)
Returns the value of attribute pagination.
975 976 977 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 975 def pagination @pagination end |
Class Method Details
.[](boxes:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse
967 968 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 967
def self.[]: (boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::Box], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse
|
.members ⇒ [ :boxes, :pagination ]
970 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 970
def self.members: () -> [ :boxes, :pagination ]
|
.new(boxes:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse
965 966 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 965
def self.new: (boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::Box], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse
972 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 972
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse
|
Instance Method Details
#members ⇒ [ :boxes, :pagination ]
977 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 977
def members: () -> [ :boxes, :pagination ]
|
#to_h ⇒ { boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
978 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 978
def to_h: () -> { boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
|