Class: Peddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput

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

#courier_supported_attributes ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CourierSupportedAttributes? (readonly)

Returns the value of attribute courier_supported_attributes.



782
783
784
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 782

def courier_supported_attributes
  @courier_supported_attributes
end

#package_ids ⇒ Array[String] (readonly)

Returns the value of attribute package_ids.

Returns:

  • (Array[String])


783
784
785
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 783

def package_ids
  @package_ids
end

Class Method Details

.[](package_ids:, courier_supported_attributes:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput



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

def self.[]: (package_ids: Array[String], ?courier_supported_attributes: Peddler::APIs::ExternalFulfillmentShipments20240911::CourierSupportedAttributes?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput
| (Array[String], Peddler::APIs::ExternalFulfillmentShipments20240911::CourierSupportedAttributes?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput

.members ⇒ [ :package_ids, :courier_supported_attributes ]

Returns:

  • ([ :package_ids, :courier_supported_attributes ])


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

def self.members: () -> [ :package_ids, :courier_supported_attributes ]

.new(package_ids:, courier_supported_attributes:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput



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

def self.new: (package_ids: Array[String], ?courier_supported_attributes: Peddler::APIs::ExternalFulfillmentShipments20240911::CourierSupportedAttributes?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput
| (Array[String], Peddler::APIs::ExternalFulfillmentShipments20240911::CourierSupportedAttributes?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput

.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput

Parameters:

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

Returns:



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

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

Instance Method Details

#members ⇒ [ :package_ids, :courier_supported_attributes ]

Returns:

  • ([ :package_ids, :courier_supported_attributes ])


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

def members: () -> [ :package_ids, :courier_supported_attributes ]

#to_h ⇒ { package_ids: Array[String], courier_supported_attributes: Peddler::APIs::ExternalFulfillmentShipments20240911::CourierSupportedAttributes? }

Returns:



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

def to_h: () -> { package_ids: Array[String], courier_supported_attributes: Peddler::APIs::ExternalFulfillmentShipments20240911::CourierSupportedAttributes? }