Class: Peddler::APIs::FulfillmentInbound20240320::ConfirmPlacementOptionResponse

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)


316
317
318
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 316

def operation_id
  @operation_id
end

Class Method Details

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



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

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

.members[ :operation_id ]

Returns:

  • ([ :operation_id ])


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

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

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



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

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

.parsePeddler::APIs::FulfillmentInbound20240320::ConfirmPlacementOptionResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :operation_id ]

Returns:

  • ([ :operation_id ])


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

def members: () -> [ :operation_id ]

#to_h{ operation_id: String }

Returns:

  • ({ operation_id: String })


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

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