Class: Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#servicesPeddler::APIs::FulfillmentOutbound20260704::OrderLineItemServices? (readonly)

Returns the value of attribute services.



394
395
396
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 394

def services
  @services
end

Class Method Details

.[](services:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration .[](arg0) ⇒ Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration



387
388
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 387

def self.[]: (?services: Peddler::APIs::FulfillmentOutbound20260704::OrderLineItemServices?) -> Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration
| (Peddler::APIs::FulfillmentOutbound20260704::OrderLineItemServices?) -> Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration

.members[ :services ]

Returns:

  • ([ :services ])


390
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 390

def self.members: () -> [ :services ]

.new(services:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration .new(arg0) ⇒ Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration



385
386
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 385

def self.new: (?services: Peddler::APIs::FulfillmentOutbound20260704::OrderLineItemServices?) -> Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration
| (Peddler::APIs::FulfillmentOutbound20260704::OrderLineItemServices?) -> Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration

.parsePeddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



392
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 392

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::LineItemFulfillmentConfiguration

Instance Method Details

#members[ :services ]

Returns:

  • ([ :services ])


396
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 396

def members: () -> [ :services ]

#to_h{ services: Peddler::APIs::FulfillmentOutbound20260704::OrderLineItemServices? }



397
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 397

def to_h: () -> { services: Peddler::APIs::FulfillmentOutbound20260704::OrderLineItemServices? }