Class: Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination?
readonly
Returns the value of attribute pagination.
-
#transportation_options ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::TransportationOption]
readonly
Returns the value of attribute transportation_options.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :transportation_options, :pagination ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse
Instance Method Summary collapse
-
#members ⇒ [ :transportation_options, :pagination ]
-
#to_h ⇒ { transportation_options: Array[Peddler::APIs::FulfillmentInbound20240320::TransportationOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
Instance Attribute Details
#pagination ⇒ Peddler::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_options ⇒ Array[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 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 ]
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
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse
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 ]
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? }
|