Class: Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanResponse

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

#inbound_plan_idString (readonly)

Returns the value of attribute inbound_plan_id.

Returns:

  • (String)


436
437
438
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 436

def inbound_plan_id
  @inbound_plan_id
end

#operation_idString (readonly)

Returns the value of attribute operation_id.

Returns:

  • (String)


437
438
439
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 437

def operation_id
  @operation_id
end

Class Method Details

.[](inbound_plan_id:, operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanResponse

Overloads:



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

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

.members[ :inbound_plan_id, :operation_id ]

Returns:

  • ([ :inbound_plan_id, :operation_id ])


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

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

.new(inbound_plan_id:, operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanResponse

Overloads:



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

def self.new: (inbound_plan_id: String, operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanResponse
| (String, String) -> Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanResponse

.parsePeddler::APIs::FulfillmentInbound20240320::CreateInboundPlanResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :inbound_plan_id, :operation_id ]

Returns:

  • ([ :inbound_plan_id, :operation_id ])


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

def members: () -> [ :inbound_plan_id, :operation_id ]

#to_h{ inbound_plan_id: String, operation_id: String }

Returns:

  • ({ inbound_plan_id: String, operation_id: String })


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

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