Class: Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse

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

#paginationPeddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)

Returns the value of attribute pagination.



1210
1211
1212
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1210

def pagination
  @pagination
end

#transportation_optionsArray[Peddler::APIs::FulfillmentInbound20240320::TransportationOption] (readonly)

Returns the value of attribute transportation_options.



1211
1212
1213
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1211

def transportation_options
  @transportation_options
end

Class Method Details

.[](transportation_options:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse



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

def self.[]: (transportation_options: Array[Peddler::APIs::FulfillmentInbound20240320::TransportationOption], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::TransportationOption], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse

.members[ :transportation_options, :pagination ]

Returns:

  • ([ :transportation_options, :pagination ])


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

def self.members: () -> [ :transportation_options, :pagination ]

.new(transportation_options:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse



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

def self.new: (transportation_options: Array[Peddler::APIs::FulfillmentInbound20240320::TransportationOption], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::TransportationOption], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse

.parsePeddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse

Parameters:

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

Returns:



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

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse

Instance Method Details

#members[ :transportation_options, :pagination ]

Returns:

  • ([ :transportation_options, :pagination ])


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

def members: () -> [ :transportation_options, :pagination ]

#to_h{ transportation_options: Array[Peddler::APIs::FulfillmentInbound20240320::TransportationOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }



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

def to_h: () -> { transportation_options: Array[Peddler::APIs::FulfillmentInbound20240320::TransportationOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }