Class: Peddler::APIs::VendorShipmentsV1::SubmitShipmentConfirmationsRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorShipmentsV1::SubmitShipmentConfirmationsRequest
- Defined in:
- sig/peddler/apis/vendor_shipments_v1.rbs
Instance Attribute Summary collapse
-
#shipment_confirmations ⇒ Array[Peddler::APIs::VendorShipmentsV1::ShipmentConfirmation]?
readonly
Returns the value of attribute shipment_confirmations.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :shipment_confirmations ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorShipmentsV1::SubmitShipmentConfirmationsRequest
Instance Method Summary collapse
-
#members ⇒ [ :shipment_confirmations ]
-
#to_h ⇒ { shipment_confirmations: Array[Peddler::APIs::VendorShipmentsV1::ShipmentConfirmation]? }
Instance Attribute Details
#shipment_confirmations ⇒ Array[Peddler::APIs::VendorShipmentsV1::ShipmentConfirmation]? (readonly)
Returns the value of attribute shipment_confirmations.
772 773 774 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 772 def shipment_confirmations @shipment_confirmations end |
Class Method Details
.[](shipment_confirmations:) ⇒ Peddler::APIs::VendorShipmentsV1::SubmitShipmentConfirmationsRequest .[](arg0) ⇒ Peddler::APIs::VendorShipmentsV1::SubmitShipmentConfirmationsRequest
765 766 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 765
def self.[]: (?shipment_confirmations: Array[Peddler::APIs::VendorShipmentsV1::ShipmentConfirmation]?) -> Peddler::APIs::VendorShipmentsV1::SubmitShipmentConfirmationsRequest
| (Array[Peddler::APIs::VendorShipmentsV1::ShipmentConfirmation]?) -> Peddler::APIs::VendorShipmentsV1::SubmitShipmentConfirmationsRequest
|
.members ⇒ [ :shipment_confirmations ]
768 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 768
def self.members: () -> [ :shipment_confirmations ]
|
.new(shipment_confirmations:) ⇒ Peddler::APIs::VendorShipmentsV1::SubmitShipmentConfirmationsRequest .new(arg0) ⇒ Peddler::APIs::VendorShipmentsV1::SubmitShipmentConfirmationsRequest
763 764 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 763
def self.new: (?shipment_confirmations: Array[Peddler::APIs::VendorShipmentsV1::ShipmentConfirmation]?) -> Peddler::APIs::VendorShipmentsV1::SubmitShipmentConfirmationsRequest
| (Array[Peddler::APIs::VendorShipmentsV1::ShipmentConfirmation]?) -> Peddler::APIs::VendorShipmentsV1::SubmitShipmentConfirmationsRequest
|
.parse ⇒ Peddler::APIs::VendorShipmentsV1::SubmitShipmentConfirmationsRequest
770 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 770
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorShipmentsV1::SubmitShipmentConfirmationsRequest
|
Instance Method Details
#members ⇒ [ :shipment_confirmations ]
774 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 774
def members: () -> [ :shipment_confirmations ]
|
#to_h ⇒ { shipment_confirmations: Array[Peddler::APIs::VendorShipmentsV1::ShipmentConfirmation]? }
775 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 775
def to_h: () -> { shipment_confirmations: Array[Peddler::APIs::VendorShipmentsV1::ShipmentConfirmation]? }
|