Class: Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentSourceAddressResponse

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)


2123
2124
2125
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2123

def operation_id
  @operation_id
end

Class Method Details

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



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

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

.members[ :operation_id ]

Returns:

  • ([ :operation_id ])


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

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

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



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

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

.parsePeddler::APIs::FulfillmentInbound20240320::UpdateShipmentSourceAddressResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :operation_id ]

Returns:

  • ([ :operation_id ])


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

def members: () -> [ :operation_id ]

#to_h{ operation_id: String }

Returns:

  • ({ operation_id: String })


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

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