Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs
Instance Attribute Summary collapse
-
#reason_code ⇒ String
readonly
Returns the value of attribute reason_code.
-
#shipment_schedule ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentSchedule?
readonly
Returns the value of attribute shipment_schedule.
-
#status_code ⇒ String
readonly
Returns the value of attribute status_code.
-
#status_date_time ⇒ Time
readonly
Returns the value of attribute status_date_time.
-
#status_location_address ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address
readonly
Returns the value of attribute status_location_address.
-
#tracking_number ⇒ String
readonly
Returns the value of attribute tracking_number.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :reason_code, :status_code, :status_date_time, :status_location_address, :tracking_number, :shipment_schedule ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails
Instance Method Summary collapse
-
#members ⇒ [ :reason_code, :status_code, :status_date_time, :status_location_address, :tracking_number, :shipment_schedule ]
-
#to_h ⇒ { reason_code: String, status_code: String, status_date_time: Time, status_location_address: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address, tracking_number: String, shipment_schedule: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentSchedule? }
Instance Attribute Details
#reason_code ⇒ String (readonly)
Returns the value of attribute reason_code.
526 527 528 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 526 def reason_code @reason_code end |
#shipment_schedule ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentSchedule? (readonly)
Returns the value of attribute shipment_schedule.
527 528 529 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 527 def shipment_schedule @shipment_schedule end |
#status_code ⇒ String (readonly)
Returns the value of attribute status_code.
528 529 530 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 528 def status_code @status_code end |
#status_date_time ⇒ Time (readonly)
Returns the value of attribute status_date_time.
529 530 531 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 529 def status_date_time @status_date_time end |
#status_location_address ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address (readonly)
Returns the value of attribute status_location_address.
530 531 532 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 530 def status_location_address @status_location_address end |
#tracking_number ⇒ String (readonly)
Returns the value of attribute tracking_number.
531 532 533 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 531 def tracking_number @tracking_number end |
Class Method Details
.[](reason_code:, status_code:, status_date_time:, status_location_address:, tracking_number:, shipment_schedule:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails
519 520 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 519
def self.[]: (reason_code: String, status_code: String, status_date_time: Time, status_location_address: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address, tracking_number: String, ?shipment_schedule: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentSchedule?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails
| (String, String, Time, Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address, String, Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentSchedule?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails
|
.members ⇒ [ :reason_code, :status_code, :status_date_time, :status_location_address, :tracking_number, :shipment_schedule ]
522 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 522
def self.members: () -> [ :reason_code, :status_code, :status_date_time, :status_location_address, :tracking_number, :shipment_schedule ]
|
.new(reason_code:, status_code:, status_date_time:, status_location_address:, tracking_number:, shipment_schedule:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails
517 518 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 517
def self.new: (reason_code: String, status_code: String, status_date_time: Time, status_location_address: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address, tracking_number: String, ?shipment_schedule: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentSchedule?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails
| (String, String, Time, Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address, String, Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentSchedule?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails
524 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 524
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails
|
Instance Method Details
#members ⇒ [ :reason_code, :status_code, :status_date_time, :status_location_address, :tracking_number, :shipment_schedule ]
533 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 533
def members: () -> [ :reason_code, :status_code, :status_date_time, :status_location_address, :tracking_number, :shipment_schedule ]
|
#to_h ⇒ { reason_code: String, status_code: String, status_date_time: Time, status_location_address: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address, tracking_number: String, shipment_schedule: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentSchedule? }
534 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 534
def to_h: () -> { reason_code: String, status_code: String, status_date_time: Time, status_location_address: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address, tracking_number: String, shipment_schedule: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentSchedule? }
|