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

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

Returns the value of attribute pagination.



880
881
882
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 880

def pagination
  @pagination
end

#shipmentsArray[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]? (readonly)

Returns the value of attribute shipments.



881
882
883
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 881

def shipments
  @shipments
end

Class Method Details

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



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

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


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

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

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



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

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

.parsePeddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :pagination, :shipments ]

Returns:

  • ([ :pagination, :shipments ])


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

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

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



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

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