Class: Peddler::APIs::FulfillmentOutbound20260704::OrderFulfillmentConfiguration
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::OrderFulfillmentConfiguration
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#action ⇒ String?
readonly
Returns the value of attribute action.
-
#policy ⇒ String?
readonly
Returns the value of attribute policy.
-
#service_level ⇒ Peddler::APIs::FulfillmentOutbound20260704::ServiceLevel?
readonly
Returns the value of attribute service_level.
-
#services ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderServices?
readonly
Returns the value of attribute services.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :action, :policy, :service_level, :services ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderFulfillmentConfiguration
Instance Method Summary collapse
-
#members ⇒ [ :action, :policy, :service_level, :services ]
-
#to_h ⇒ { action: String?, policy: String?, service_level: Peddler::APIs::FulfillmentOutbound20260704::ServiceLevel?, services: Peddler::APIs::FulfillmentOutbound20260704::OrderServices? }
Instance Attribute Details
#action ⇒ String? (readonly)
Returns the value of attribute action.
579 580 581 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 579 def action @action end |
#policy ⇒ String? (readonly)
Returns the value of attribute policy.
580 581 582 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 580 def policy @policy end |
#service_level ⇒ Peddler::APIs::FulfillmentOutbound20260704::ServiceLevel? (readonly)
Returns the value of attribute service_level.
581 582 583 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 581 def service_level @service_level end |
#services ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderServices? (readonly)
Returns the value of attribute services.
582 583 584 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 582 def services @services end |
Class Method Details
.[](action:, policy:, service_level:, services:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderFulfillmentConfiguration .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderFulfillmentConfiguration
572 573 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 572
def self.[]: (?action: String?, ?policy: String?, ?service_level: Peddler::APIs::FulfillmentOutbound20260704::ServiceLevel?, ?services: Peddler::APIs::FulfillmentOutbound20260704::OrderServices?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderFulfillmentConfiguration
| (String?, String?, Peddler::APIs::FulfillmentOutbound20260704::ServiceLevel?, Peddler::APIs::FulfillmentOutbound20260704::OrderServices?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderFulfillmentConfiguration
|
.members ⇒ [ :action, :policy, :service_level, :services ]
575 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 575
def self.members: () -> [ :action, :policy, :service_level, :services ]
|
.new(action:, policy:, service_level:, services:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderFulfillmentConfiguration .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderFulfillmentConfiguration
570 571 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 570
def self.new: (?action: String?, ?policy: String?, ?service_level: Peddler::APIs::FulfillmentOutbound20260704::ServiceLevel?, ?services: Peddler::APIs::FulfillmentOutbound20260704::OrderServices?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderFulfillmentConfiguration
| (String?, String?, Peddler::APIs::FulfillmentOutbound20260704::ServiceLevel?, Peddler::APIs::FulfillmentOutbound20260704::OrderServices?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderFulfillmentConfiguration
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderFulfillmentConfiguration
577 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 577
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::OrderFulfillmentConfiguration
|
Instance Method Details
#members ⇒ [ :action, :policy, :service_level, :services ]
584 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 584
def members: () -> [ :action, :policy, :service_level, :services ]
|
#to_h ⇒ { action: String?, policy: String?, service_level: Peddler::APIs::FulfillmentOutbound20260704::ServiceLevel?, services: Peddler::APIs::FulfillmentOutbound20260704::OrderServices? }
585 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 585
def to_h: () -> { action: String?, policy: String?, service_level: Peddler::APIs::FulfillmentOutbound20260704::ServiceLevel?, services: Peddler::APIs::FulfillmentOutbound20260704::OrderServices? }
|