Class: Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationResponse
- 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::SetPackingInformationResponse
Instance Method Summary collapse
Instance Attribute Details
#operation_id ⇒ String (readonly)
Returns the value of attribute operation_id.
1680 1681 1682 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1680 def operation_id @operation_id end |
Class Method Details
.[](operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationResponse
1673 1674 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1673
def self.[]: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationResponse
|
.members ⇒ [ :operation_id ]
1676 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1676
def self.members: () -> [ :operation_id ]
|
.new(operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationResponse
1671 1672 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1671
def self.new: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationResponse
1678 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1678
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationResponse
|
Instance Method Details
#members ⇒ [ :operation_id ]
1682 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1682
def members: () -> [ :operation_id ]
|
#to_h ⇒ { operation_id: String }
1683 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1683
def to_h: () -> { operation_id: String }
|