Class: Peddler::APIs::FulfillmentInbound20240320::GenerateShipmentContentUpdatePreviewsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::GenerateShipmentContentUpdatePreviewsResponse
- 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::GenerateShipmentContentUpdatePreviewsResponse
Instance Method Summary collapse
Instance Attribute Details
#operation_id ⇒ String (readonly)
Returns the value of attribute operation_id.
747 748 749 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 747 def operation_id @operation_id end |
Class Method Details
.[](operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateShipmentContentUpdatePreviewsResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateShipmentContentUpdatePreviewsResponse
740 741 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 740
def self.[]: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::GenerateShipmentContentUpdatePreviewsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::GenerateShipmentContentUpdatePreviewsResponse
|
.members ⇒ [ :operation_id ]
743 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 743
def self.members: () -> [ :operation_id ]
|
.new(operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateShipmentContentUpdatePreviewsResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateShipmentContentUpdatePreviewsResponse
738 739 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 738
def self.new: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::GenerateShipmentContentUpdatePreviewsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::GenerateShipmentContentUpdatePreviewsResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateShipmentContentUpdatePreviewsResponse
745 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 745
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::GenerateShipmentContentUpdatePreviewsResponse
|
Instance Method Details
#members ⇒ [ :operation_id ]
749 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 749
def members: () -> [ :operation_id ]
|
#to_h ⇒ { operation_id: String }
750 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 750
def to_h: () -> { operation_id: String }
|