Class: Peddler::APIs::FulfillmentInbound20240320::GenerateTransportationOptionsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::GenerateTransportationOptionsResponse
- 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::GenerateTransportationOptionsResponse
Instance Method Summary collapse
Instance Attribute Details
#operation_id ⇒ String (readonly)
Returns the value of attribute operation_id.
779 780 781 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 779 def operation_id @operation_id end |
Class Method Details
.[](operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateTransportationOptionsResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateTransportationOptionsResponse
772 773 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 772
def self.[]: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::GenerateTransportationOptionsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::GenerateTransportationOptionsResponse
|
.members ⇒ [ :operation_id ]
775 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 775
def self.members: () -> [ :operation_id ]
|
.new(operation_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateTransportationOptionsResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateTransportationOptionsResponse
770 771 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 770
def self.new: (operation_id: String) -> Peddler::APIs::FulfillmentInbound20240320::GenerateTransportationOptionsResponse
| (String) -> Peddler::APIs::FulfillmentInbound20240320::GenerateTransportationOptionsResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::GenerateTransportationOptionsResponse
777 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 777
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::GenerateTransportationOptionsResponse
|
Instance Method Details
#members ⇒ [ :operation_id ]
781 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 781
def members: () -> [ :operation_id ]
|
#to_h ⇒ { operation_id: String }
782 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 782
def to_h: () -> { operation_id: String }
|