Class: Peddler::APIs::FulfillmentOutbound20260704::ListOrdersResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#ordersArray[Peddler::APIs::FulfillmentOutbound20260704::FulfillmentOrder] (readonly)

Returns the value of attribute orders.



410
411
412
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 410

def orders
  @orders
end

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

Returns the value of attribute pagination.



411
412
413
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 411

def pagination
  @pagination
end

Class Method Details

.[](orders:, pagination:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::ListOrdersResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::ListOrdersResponse



403
404
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 403

def self.[]: (orders: Array[Peddler::APIs::FulfillmentOutbound20260704::FulfillmentOrder], ?pagination: Peddler::APIs::FulfillmentOutbound20260704::Pagination?) -> Peddler::APIs::FulfillmentOutbound20260704::ListOrdersResponse
| (Array[Peddler::APIs::FulfillmentOutbound20260704::FulfillmentOrder], Peddler::APIs::FulfillmentOutbound20260704::Pagination?) -> Peddler::APIs::FulfillmentOutbound20260704::ListOrdersResponse

.members[ :orders, :pagination ]

Returns:

  • ([ :orders, :pagination ])


406
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 406

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

.new(orders:, pagination:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::ListOrdersResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::ListOrdersResponse



401
402
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 401

def self.new: (orders: Array[Peddler::APIs::FulfillmentOutbound20260704::FulfillmentOrder], ?pagination: Peddler::APIs::FulfillmentOutbound20260704::Pagination?) -> Peddler::APIs::FulfillmentOutbound20260704::ListOrdersResponse
| (Array[Peddler::APIs::FulfillmentOutbound20260704::FulfillmentOrder], Peddler::APIs::FulfillmentOutbound20260704::Pagination?) -> Peddler::APIs::FulfillmentOutbound20260704::ListOrdersResponse

.parsePeddler::APIs::FulfillmentOutbound20260704::ListOrdersResponse

Parameters:

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

Returns:



408
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 408

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

Instance Method Details

#members[ :orders, :pagination ]

Returns:

  • ([ :orders, :pagination ])


413
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 413

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

#to_h{ orders: Array[Peddler::APIs::FulfillmentOutbound20260704::FulfillmentOrder], pagination: Peddler::APIs::FulfillmentOutbound20260704::Pagination? }



414
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 414

def to_h: () -> { orders: Array[Peddler::APIs::FulfillmentOutbound20260704::FulfillmentOrder], pagination: Peddler::APIs::FulfillmentOutbound20260704::Pagination? }