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.



1059
1060
1061
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1059

def boxes
  @boxes
end

#paginationPeddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)

Returns the value of attribute pagination.



1060
1061
1062
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1060

def pagination
  @pagination
end

Class Method Details

.[](boxes:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse



1052
1053
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1052

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 ])


1055
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1055

def self.members: () -> [ :boxes, :pagination ]

.new(boxes:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse



1050
1051
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1050

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:



1057
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1057

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingGroupBoxesResponse

Instance Method Details

#members[ :boxes, :pagination ]

Returns:

  • ([ :boxes, :pagination ])


1062
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1062

def members: () -> [ :boxes, :pagination ]

#to_h{ boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }



1063
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1063

def to_h: () -> { boxes: Array[Peddler::APIs::FulfillmentInbound20240320::Box], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }