Class: Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptionsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptionsResponse
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#recommended_shipping_option ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions?
readonly
Returns the value of attribute recommended_shipping_option.
-
#shipping_options ⇒ Array[Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions]?
readonly
Returns the value of attribute shipping_options.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :recommended_shipping_option, :shipping_options ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptionsResponse
Instance Method Summary collapse
-
#members ⇒ [ :recommended_shipping_option, :shipping_options ]
-
#to_h ⇒ { recommended_shipping_option: Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions?, shipping_options: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions]? }
Instance Attribute Details
#recommended_shipping_option ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions? (readonly)
Returns the value of attribute recommended_shipping_option.
938 939 940 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 938 def recommended_shipping_option @recommended_shipping_option end |
#shipping_options ⇒ Array[Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions]? (readonly)
Returns the value of attribute shipping_options.
939 940 941 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 939 def @shipping_options end |
Class Method Details
.[](recommended_shipping_option:, shipping_options:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptionsResponse .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptionsResponse
931 932 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 931
def self.[]: (?recommended_shipping_option: Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions?, ?shipping_options: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptionsResponse
| (Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions?, Array[Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptionsResponse
|
.members ⇒ [ :recommended_shipping_option, :shipping_options ]
934 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 934
def self.members: () -> [ :recommended_shipping_option, :shipping_options ]
|
.new(recommended_shipping_option:, shipping_options:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptionsResponse .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptionsResponse
929 930 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 929
def self.new: (?recommended_shipping_option: Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions?, ?shipping_options: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptionsResponse
| (Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions?, Array[Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptionsResponse
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptionsResponse
936 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 936
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptionsResponse
|
Instance Method Details
#members ⇒ [ :recommended_shipping_option, :shipping_options ]
941 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 941
def members: () -> [ :recommended_shipping_option, :shipping_options ]
|
#to_h ⇒ { recommended_shipping_option: Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions?, shipping_options: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions]? }
942 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 942
def to_h: () -> { recommended_shipping_option: Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions?, shipping_options: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::ShippingOptions]? }
|