Class: Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentTrackingDetailsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentTrackingDetailsResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#operation_id ⇒ String
readonly
Returns the value of attribute operation_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :operation_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentTrackingDetailsResponse
Instance Method Summary collapse
Instance Attribute Details
#operation_id ⇒ String (readonly)
Returns the value of attribute operation_id.
2156 2157 2158 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2156 def operation_id @operation_id end |
Class Method Details
.[](operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentTrackingDetailsResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentTrackingDetailsResponse
2149 2150 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2149
def self.[]: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentTrackingDetailsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentTrackingDetailsResponse
|
.members ⇒ [ :operation_id ]
2152 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2152
def self.members: () -> [ :operation_id ]
|
.new(operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentTrackingDetailsResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentTrackingDetailsResponse
2147 2148 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2147
def self.new: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentTrackingDetailsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentTrackingDetailsResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentTrackingDetailsResponse
2154 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2154
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentTrackingDetailsResponse
|
Instance Method Details
#members ⇒ [ :operation_id ]
2158 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2158
def members: () -> [ :operation_id ]
|
#to_h ⇒ { operation_id: String }
2159 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2159
def to_h: () -> { operation_id: String }
|