Class: Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse
- 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::ListPackingGroupBoxesResponse
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.
1058 1059 1060 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1058 def boxes @boxes end |
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)
Returns the value of attribute pagination.
1059 1060 1061 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1059 def pagination @pagination end |
Class Method Details
.[](boxes:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse
1051 1052 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1051
def self.[]: (boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::Box], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse
|
.members ⇒ [ :boxes, :pagination ]
1054 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1054
def self.members: () -> [ :boxes, :pagination ]
|
.new(boxes:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse
1049 1050 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1049
def self.new: (boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::Box], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse
1056 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1056
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse
|
Instance Method Details
#members ⇒ [ :boxes, :pagination ]
1061 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1061
def members: () -> [ :boxes, :pagination ]
|
#to_h ⇒ { boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
1062 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1062
def to_h: () -> { boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
|