Class: Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#status ⇒ String?
readonly
Returns the value of attribute status.
-
#sub_status ⇒ String?
readonly
Returns the value of attribute sub_status.
-
#timestamp ⇒ Time?
readonly
Returns the value of attribute timestamp.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :status, :sub_status, :timestamp ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates
Instance Method Summary collapse
-
#members ⇒ [ :status, :sub_status, :timestamp ]
-
#to_h ⇒ { status: String?, sub_status: String?, timestamp: Time? }
Instance Attribute Details
#status ⇒ String? (readonly)
Returns the value of attribute status.
743 744 745 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 743 def status @status end |
#sub_status ⇒ String? (readonly)
Returns the value of attribute sub_status.
744 745 746 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 744 def sub_status @sub_status end |
#timestamp ⇒ Time? (readonly)
Returns the value of attribute timestamp.
745 746 747 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 745 def @timestamp end |
Class Method Details
.[](status:, sub_status:, timestamp:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates
736 737 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 736
def self.[]: (?status: String?, ?sub_status: String?, ?timestamp: Time?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates
| (String?, String?, Time?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates
|
.members ⇒ [ :status, :sub_status, :timestamp ]
739 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 739
def self.members: () -> [ :status, :sub_status, :timestamp ]
|
.new(status:, sub_status:, timestamp:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates
734 735 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 734
def self.new: (?status: String?, ?sub_status: String?, ?timestamp: Time?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates
| (String?, String?, Time?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates
741 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 741
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates
|
Instance Method Details
#members ⇒ [ :status, :sub_status, :timestamp ]
747 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 747
def members: () -> [ :status, :sub_status, :timestamp ]
|
#to_h ⇒ { status: String?, sub_status: String?, timestamp: Time? }
748 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 748
def to_h: () -> { status: String?, sub_status: String?, timestamp: Time? }
|