Class: Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#inbound_plan_id ⇒ String
readonly
Returns the value of attribute inbound_plan_id.
-
#operation_id ⇒ String
readonly
Returns the value of attribute operation_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :inbound_plan_id, :operation_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanResponse
Instance Method Summary collapse
-
#members ⇒ [ :inbound_plan_id, :operation_id ]
-
#to_h ⇒ { inbound_plan_id: String, operation_id: String }
Instance Attribute Details
#inbound_plan_id ⇒ String (readonly)
Returns the value of attribute inbound_plan_id.
436 437 438 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 436 def inbound_plan_id @inbound_plan_id end |
#operation_id ⇒ String (readonly)
Returns the value of attribute operation_id.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanResponse
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 ]
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 }
440 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 440
def to_h: () -> { inbound_plan_id: String, operation_id: String }
|