Class: Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentResponse
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#shipment_id ⇒ String?
readonly
Returns the value of attribute shipment_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :shipment_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentResponse
Instance Method Summary collapse
Instance Attribute Details
#shipment_id ⇒ String? (readonly)
Returns the value of attribute shipment_id.
184 185 186 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 184 def shipment_id @shipment_id end |
Class Method Details
.[](shipment_id:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentResponse .[](arg0) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentResponse
177 178 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 177
def self.[]: (?shipment_id: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentResponse
| (String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentResponse
|
.members ⇒ [ :shipment_id ]
180 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 180
def self.members: () -> [ :shipment_id ]
|
.new(shipment_id:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentResponse .new(arg0) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentResponse
175 176 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 175
def self.new: (?shipment_id: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentResponse
| (String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentResponse
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentResponse
182 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 182
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentResponse
|
Instance Method Details
#members ⇒ [ :shipment_id ]
186 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 186
def members: () -> [ :shipment_id ]
|
#to_h ⇒ { shipment_id: String? }
187 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 187
def to_h: () -> { shipment_id: String? }
|