Class: Peddler::APIs::FulfillmentInbound20240320::GeneratePackingOptionsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::GeneratePackingOptionsResponse
- 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::GeneratePackingOptionsResponse
Instance Method Summary collapse
Instance Attribute Details
#operation_id ⇒ String (readonly)
Returns the value of attribute operation_id.
649 650 651 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 649 def operation_id @operation_id end |
Class Method Details
.[](operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::GeneratePackingOptionsResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::GeneratePackingOptionsResponse
642 643 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 642
def self.[]: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::GeneratePackingOptionsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::GeneratePackingOptionsResponse
|
.members ⇒ [ :operation_id ]
645 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 645
def self.members: () -> [ :operation_id ]
|
.new(operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::GeneratePackingOptionsResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::GeneratePackingOptionsResponse
640 641 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 640
def self.new: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::GeneratePackingOptionsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::GeneratePackingOptionsResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::GeneratePackingOptionsResponse
647 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 647
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::GeneratePackingOptionsResponse
|
Instance Method Details
#members ⇒ [ :operation_id ]
651 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 651
def members: () -> [ :operation_id ]
|
#to_h ⇒ { operation_id: String }
652 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 652
def to_h: () -> { operation_id: String }
|