Class: Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#fulfillment_configuration ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration?
readonly
Returns the value of attribute fulfillment_configuration.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :fulfillment_configuration ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest
Instance Method Summary collapse
-
#members ⇒ [ :fulfillment_configuration ]
-
#to_h ⇒ { fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration? }
Instance Attribute Details
#fulfillment_configuration ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration? (readonly)
Returns the value of attribute fulfillment_configuration.
1277 1278 1279 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1277 def fulfillment_configuration @fulfillment_configuration end |
Class Method Details
.[](fulfillment_configuration:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest .[](arg0) ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest
1270 1271 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1270
def self.[]: (?fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration?) -> Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest
| (Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration?) -> Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest
|
.members ⇒ [ :fulfillment_configuration ]
1273 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1273
def self.members: () -> [ :fulfillment_configuration ]
|
.new(fulfillment_configuration:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest .new(arg0) ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest
1268 1269 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1268
def self.new: (?fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration?) -> Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest
| (Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration?) -> Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest
1275 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1275
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest
|
Instance Method Details
#members ⇒ [ :fulfillment_configuration ]
1279 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1279
def members: () -> [ :fulfillment_configuration ]
|
#to_h ⇒ { fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration? }
1280 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1280
def to_h: () -> { fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration? }
|