Class: Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#pagination ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination? (readonly)

Returns the value of attribute pagination.



936
937
938
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 936

def pagination
  @pagination
end

#shipments ⇒ Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]? (readonly)

Returns the value of attribute shipments.



937
938
939
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 937

def shipments
  @shipments
end

Class Method Details

.[](pagination:, shipments:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse



929
930
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 929

def self.[]: (?pagination: Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination?, ?shipments: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse
| (Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination?, Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse

.members ⇒ [ :pagination, :shipments ]

Returns:

  • ([ :pagination, :shipments ])


932
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 932

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

.new(pagination:, shipments:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse



927
928
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 927

def self.new: (?pagination: Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination?, ?shipments: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse
| (Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination?, Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse

.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse

Parameters:

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

Returns:



934
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 934

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

Instance Method Details

#members ⇒ [ :pagination, :shipments ]

Returns:

  • ([ :pagination, :shipments ])


939
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 939

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

#to_h ⇒ { pagination: Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination?, shipments: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]? }



940
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 940

def to_h: () -> { pagination: Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination?, shipments: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]? }