Class: Peddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#courier_supported_attributes ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CourierSupportedAttributes?
readonly
Returns the value of attribute courier_supported_attributes.
-
#package_ids ⇒ Array[String]
readonly
Returns the value of attribute package_ids.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :package_ids, :courier_supported_attributes ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput
Instance Method Summary collapse
-
#members ⇒ [ :package_ids, :courier_supported_attributes ]
-
#to_h ⇒ { package_ids: Array[String], courier_supported_attributes: Peddler::APIs::ExternalFulfillmentShipments20240911::CourierSupportedAttributes? }
Instance Attribute Details
#courier_supported_attributes ⇒ Peddler::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_ids ⇒ Array[String] (readonly)
Returns the value of attribute package_ids.
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 ]
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
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipLabelsInput
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 ]
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? }
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? }
|