Class: Peddler::APIs::VendorShipmentsV1::SubmitShipments
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorShipmentsV1::SubmitShipments
- Defined in:
- sig/peddler/apis/vendor_shipments_v1.rbs
Instance Attribute Summary collapse
-
#shipments ⇒ Array[Peddler::APIs::VendorShipmentsV1::Shipment]?
readonly
Returns the value of attribute shipments.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :shipments ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorShipmentsV1::SubmitShipments
Instance Method Summary collapse
Instance Attribute Details
#shipments ⇒ Array[Peddler::APIs::VendorShipmentsV1::Shipment]? (readonly)
Returns the value of attribute shipments.
805 806 807 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 805 def shipments @shipments end |
Class Method Details
.[](shipments:) ⇒ Peddler::APIs::VendorShipmentsV1::SubmitShipments .[](arg0) ⇒ Peddler::APIs::VendorShipmentsV1::SubmitShipments
798 799 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 798
def self.[]: (?shipments: Array[Peddler::APIs::VendorShipmentsV1::Shipment]?) -> Peddler::APIs::VendorShipmentsV1::SubmitShipments
| (Array[Peddler::APIs::VendorShipmentsV1::Shipment]?) -> Peddler::APIs::VendorShipmentsV1::SubmitShipments
|
.members ⇒ [ :shipments ]
801 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 801
def self.members: () -> [ :shipments ]
|
.new(shipments:) ⇒ Peddler::APIs::VendorShipmentsV1::SubmitShipments .new(arg0) ⇒ Peddler::APIs::VendorShipmentsV1::SubmitShipments
796 797 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 796
def self.new: (?shipments: Array[Peddler::APIs::VendorShipmentsV1::Shipment]?) -> Peddler::APIs::VendorShipmentsV1::SubmitShipments
| (Array[Peddler::APIs::VendorShipmentsV1::Shipment]?) -> Peddler::APIs::VendorShipmentsV1::SubmitShipments
|
.parse ⇒ Peddler::APIs::VendorShipmentsV1::SubmitShipments
803 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 803
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorShipmentsV1::SubmitShipments
|
Instance Method Details
#members ⇒ [ :shipments ]
807 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 807
def members: () -> [ :shipments ]
|
#to_h ⇒ { shipments: Array[Peddler::APIs::VendorShipmentsV1::Shipment]? }
808 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 808
def to_h: () -> { shipments: Array[Peddler::APIs::VendorShipmentsV1::Shipment]? }
|