Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs
Instance Attribute Summary collapse
-
#purchase_order_number ⇒ String
readonly
Returns the value of attribute purchase_order_number.
-
#selling_party ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification
readonly
Returns the value of attribute selling_party.
-
#ship_from_party ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification
readonly
Returns the value of attribute ship_from_party.
-
#status_update_details ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails
readonly
Returns the value of attribute status_update_details.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :purchase_order_number, :selling_party, :ship_from_party, :status_update_details ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate
Instance Method Summary collapse
-
#members ⇒ [ :purchase_order_number, :selling_party, :ship_from_party, :status_update_details ]
-
#to_h ⇒ { purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, status_update_details: Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails }
Instance Attribute Details
#purchase_order_number ⇒ String (readonly)
Returns the value of attribute purchase_order_number.
451 452 453 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 451 def purchase_order_number @purchase_order_number end |
#selling_party ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification (readonly)
Returns the value of attribute selling_party.
452 453 454 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 452 def selling_party @selling_party end |
#ship_from_party ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification (readonly)
Returns the value of attribute ship_from_party.
453 454 455 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 453 def ship_from_party @ship_from_party end |
#status_update_details ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails (readonly)
Returns the value of attribute status_update_details.
454 455 456 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 454 def status_update_details @status_update_details end |
Class Method Details
.[](purchase_order_number:, selling_party:, ship_from_party:, status_update_details:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate
444 445 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 444
def self.[]: (purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, status_update_details: Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate
| (String, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate
|
.members ⇒ [ :purchase_order_number, :selling_party, :ship_from_party, :status_update_details ]
447 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 447
def self.members: () -> [ :purchase_order_number, :selling_party, :ship_from_party, :status_update_details ]
|
.new(purchase_order_number:, selling_party:, ship_from_party:, status_update_details:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate
442 443 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 442
def self.new: (purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, status_update_details: Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate
| (String, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate
449 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 449
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate
|
Instance Method Details
#members ⇒ [ :purchase_order_number, :selling_party, :ship_from_party, :status_update_details ]
456 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 456
def members: () -> [ :purchase_order_number, :selling_party, :ship_from_party, :status_update_details ]
|
#to_h ⇒ { purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, status_update_details: Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails }
457 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 457
def to_h: () -> { purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, status_update_details: Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails }
|