Class: Peddler::APIs::FulfillmentInbound20240320::ListShipmentBoxesResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ListShipmentBoxesResponse
- 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::ListShipmentBoxesResponse
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.
1142 1143 1144 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1142 def boxes @boxes end |
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)
Returns the value of attribute pagination.
1143 1144 1145 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1143 def pagination @pagination end |
Class Method Details
.[](boxes:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentBoxesResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentBoxesResponse
1135 1136 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1135
def self.[]: (boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentBoxesResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::Box], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentBoxesResponse
|
.members ⇒ [ :boxes, :pagination ]
1138 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1138
def self.members: () -> [ :boxes, :pagination ]
|
.new(boxes:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentBoxesResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentBoxesResponse
1133 1134 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1133
def self.new: (boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentBoxesResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::Box], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentBoxesResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentBoxesResponse
1140 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1140
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentBoxesResponse
|
Instance Method Details
#members ⇒ [ :boxes, :pagination ]
1145 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1145
def members: () -> [ :boxes, :pagination ]
|
#to_h ⇒ { boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
1146 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1146
def to_h: () -> { boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
|