Class: Peddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#transportation_selectionsArray[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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::FulfillmentInbound20240320::ConfirmTransportationOptionsRequest

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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] }

Returns:



351
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 351

def to_h: () -> { transportation_selections: Array[Peddler::APIs::FulfillmentInbound20240320::TransportationSelection] }