Class: Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#boxesArray[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

#paginationPeddler::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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }