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.
1211 1212 1213 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1211 def pagination @pagination end |
#transportation_options ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::TransportationOption] (readonly)
Returns the value of attribute transportation_options.
1212 1213 1214 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1212 def @transportation_options end |
Class Method Details
.[](transportation_options:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse
1204 1205 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1204
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 ]
1207 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1207
def self.members: () -> [ :transportation_options, :pagination ]
|
.new(transportation_options:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse
1202 1203 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1202
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
1209 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1209
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListTransportationOptionsResponse
|
Instance Method Details
#members ⇒ [ :transportation_options, :pagination ]
1214 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1214
def members: () -> [ :transportation_options, :pagination ]
|
#to_h ⇒ { transportation_options: Array[Peddler::APIs::FulfillmentInbound20240320::TransportationOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
1215 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1215
def to_h: () -> { transportation_options: Array[Peddler::APIs::FulfillmentInbound20240320::TransportationOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
|