Class: Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse
- 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::UpdateItemComplianceDetailsResponse
Instance Method Summary collapse
Instance Attribute Details
#operation_id ⇒ String (readonly)
Returns the value of attribute operation_id.
2075 2076 2077 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2075 def operation_id @operation_id end |
Class Method Details
.[](operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse
2068 2069 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2068
def self.[]: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse
|
.members ⇒ [ :operation_id ]
2071 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2071
def self.members: () -> [ :operation_id ]
|
.new(operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse
2066 2067 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2066
def self.new: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse
2073 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2073
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse
|
Instance Method Details
#members ⇒ [ :operation_id ]
2077 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2077
def members: () -> [ :operation_id ]
|
#to_h ⇒ { operation_id: String }
2078 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2078
def to_h: () -> { operation_id: String }
|