Class: Peddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#transportation_selections ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::TransportationSelection]
readonly
Returns the value of attribute transportation_selections.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :transportation_selections ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest
Instance Method Summary collapse
-
#members ⇒ [ :transportation_selections ]
-
#to_h ⇒ { transportation_selections: Array[Peddler::APIs::FulfillmentInbound20240320::TransportationSelection] }
Instance Attribute Details
#transportation_selections ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::TransportationSelection] (readonly)
Returns the value of attribute transportation_selections.
348 349 350 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 348 def transportation_selections @transportation_selections end |
Class Method Details
.[](transportation_selections:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest
341 342 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 341
def self.[]: (transportation_selections: Array[Peddler::APIs::FulfillmentInbound20240320::TransportationSelection]) -> Peddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest
| (Array[Peddler::APIs::FulfillmentInbound20240320::TransportationSelection]) -> Peddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest
|
.members ⇒ [ :transportation_selections ]
344 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 344
def self.members: () -> [ :transportation_selections ]
|
.new(transportation_selections:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest
339 340 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 339
def self.new: (transportation_selections: Array[Peddler::APIs::FulfillmentInbound20240320::TransportationSelection]) -> Peddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest
| (Array[Peddler::APIs::FulfillmentInbound20240320::TransportationSelection]) -> Peddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest
346 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 346
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest
|
Instance Method Details
#members ⇒ [ :transportation_selections ]
350 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 350
def members: () -> [ :transportation_selections ]
|
#to_h ⇒ { transportation_selections: Array[Peddler::APIs::FulfillmentInbound20240320::TransportationSelection] }
351 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 351
def to_h: () -> { transportation_selections: Array[Peddler::APIs::FulfillmentInbound20240320::TransportationSelection] }
|