Class: Peddler::APIs::FulfillmentOutbound20260704::ListOrdersResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::ListOrdersResponse
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#orders ⇒ Array[Peddler::APIs::FulfillmentOutbound20260704::FulfillmentOrder]
readonly
Returns the value of attribute orders.
-
#pagination ⇒ Peddler::APIs::FulfillmentOutbound20260704::Pagination?
readonly
Returns the value of attribute pagination.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :orders, :pagination ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::ListOrdersResponse
Instance Method Summary collapse
-
#members ⇒ [ :orders, :pagination ]
-
#to_h ⇒ { orders: Array[Peddler::APIs::FulfillmentOutbound20260704::FulfillmentOrder], pagination: Peddler::APIs::FulfillmentOutbound20260704::Pagination? }
Instance Attribute Details
#orders ⇒ Array[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 |
#pagination ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::ListOrdersResponse
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 ]
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? }
|