Class: Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#action ⇒ String?
readonly
Returns the value of attribute action.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :action ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration
Instance Method Summary collapse
Instance Attribute Details
#action ⇒ String? (readonly)
Returns the value of attribute action.
1261 1262 1263 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1261 def action @action end |
Class Method Details
.[](action:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration .[](arg0) ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration
1254 1255 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1254
def self.[]: (?action: String?) -> Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration
| (String?) -> Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration
|
.members ⇒ [ :action ]
1257 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1257
def self.members: () -> [ :action ]
|
.new(action:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration .new(arg0) ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration
1252 1253 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1252
def self.new: (?action: String?) -> Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration
| (String?) -> Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration
1259 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1259
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration
|
Instance Method Details
#members ⇒ [ :action ]
1263 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1263
def members: () -> [ :action ]
|
#to_h ⇒ { action: String? }
1264 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1264
def to_h: () -> { action: String? }
|