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.



824
825
826
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 824

def pagination
  @pagination
end

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

Returns the value of attribute shipments.



825
826
827
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 825

def shipments
  @shipments
end

Class Method Details

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



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

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


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

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

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



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

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:



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

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

Instance Method Details

#members[ :pagination, :shipments ]

Returns:

  • ([ :pagination, :shipments ])


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

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

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



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

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