Class: Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsResponse
- 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::SetPrepDetailsResponse
Instance Method Summary collapse
Instance Attribute Details
#operation_id ⇒ String (readonly)
Returns the value of attribute operation_id.
1713 1714 1715 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1713 def operation_id @operation_id end |
Class Method Details
.[](operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsResponse
1706 1707 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1706
def self.[]: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsResponse
|
.members ⇒ [ :operation_id ]
1709 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1709
def self.members: () -> [ :operation_id ]
|
.new(operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsResponse
1704 1705 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1704
def self.new: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsResponse
1711 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1711
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsResponse
|
Instance Method Details
#members ⇒ [ :operation_id ]
1715 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1715
def members: () -> [ :operation_id ]
|
#to_h ⇒ { operation_id: String }
1716 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1716
def to_h: () -> { operation_id: String }
|