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_attributesPeddler::APIs::ExternalFulfillmentShipments20240911::CourierSupportedAttributes? (readonly)

Returns the value of attribute courier_supported_attributes.



671
672
673
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 671

def courier_supported_attributes
  @courier_supported_attributes
end

#package_idsArray[String] (readonly)

Returns the value of attribute package_ids.

Returns:

  • (Array[String])


672
673
674
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 672

def package_ids
  @package_ids
end

Class Method Details

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



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

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


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

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



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

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

.parsePeddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput

Parameters:

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

Returns:



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

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


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

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

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

Returns:



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

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