Class: Peddler::APIs::FulfillmentInbound20240320::CancelInboundPlanResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::CancelInboundPlanResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#operation_id ⇒ String
readonly
Returns the value of attribute operation_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :operation_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::CancelInboundPlanResponse
Instance Method Summary collapse
Instance Attribute Details
#operation_id ⇒ String (readonly)
Returns the value of attribute operation_id.
183 184 185 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 183 def operation_id @operation_id end |
Class Method Details
.[](operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::CancelInboundPlanResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::CancelInboundPlanResponse
176 177 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 176
def self.[]: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::CancelInboundPlanResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::CancelInboundPlanResponse
|
.members ⇒ [ :operation_id ]
179 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 179
def self.members: () -> [ :operation_id ]
|
.new(operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::CancelInboundPlanResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::CancelInboundPlanResponse
174 175 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 174
def self.new: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::CancelInboundPlanResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::CancelInboundPlanResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::CancelInboundPlanResponse
181 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 181
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::CancelInboundPlanResponse
|
Instance Method Details
#members ⇒ [ :operation_id ]
185 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 185
def members: () -> [ :operation_id ]
|
#to_h ⇒ { operation_id: String }
186 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 186
def to_h: () -> { operation_id: String }
|