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.



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

def boxes
  @boxes
end

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

Returns the value of attribute pagination.



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

def pagination
  @pagination
end

Class Method Details

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



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

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


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

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

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



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

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:



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

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

Instance Method Details

#members[ :boxes, :pagination ]

Returns:

  • ([ :boxes, :pagination ])


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

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

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



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

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