Class: Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#operation_idString (readonly)

Returns the value of attribute operation_id.

Returns:

  • (String)


2076
2077
2078
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2076

def operation_id
  @operation_id
end

Class Method Details

.[](operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse



2069
2070
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2069

def self.[]: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse

.members[ :operation_id ]

Returns:

  • ([ :operation_id ])


2072
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2072

def self.members: () -> [ :operation_id ]

.new(operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse



2067
2068
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2067

def self.new: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse

.parsePeddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



2074
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2074

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsResponse

Instance Method Details

#members[ :operation_id ]

Returns:

  • ([ :operation_id ])


2078
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2078

def members: () -> [ :operation_id ]

#to_h{ operation_id: String }

Returns:

  • ({ operation_id: String })


2079
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2079

def to_h: () -> { operation_id: String }