Class: Peddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse

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.



975
976
977
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 975

def boxes
  @boxes
end

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

Returns the value of attribute pagination.



976
977
978
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 976

def pagination
  @pagination
end

Class Method Details

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



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

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 ]

Returns:

  • ([ :boxes, :pagination ])


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

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

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



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

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

.parsePeddler::APIs::FulfillmentInbound20240320::ListInboundPlanBoxesResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :boxes, :pagination ]

Returns:

  • ([ :boxes, :pagination ])


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

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

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



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

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