Class: Peddler::APIs::FulfillmentOutbound20260704::OrderServices

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

#additionalHash[untyped, untyped]? (readonly)

Returns the value of attribute additional.

Returns:

  • (Hash[untyped, untyped], nil)


753
754
755
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 753

def additional
  @additional
end

#deliveryPeddler::APIs::FulfillmentOutbound20260704::DeliveryService? (readonly)

Returns the value of attribute delivery.



754
755
756
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 754

def delivery
  @delivery
end

#packagingPeddler::APIs::FulfillmentOutbound20260704::PackagingService? (readonly)

Returns the value of attribute packaging.



755
756
757
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 755

def packaging
  @packaging
end

Class Method Details

.[](additional:, delivery:, packaging:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderServices .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderServices



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

def self.[]: (?additional: Hash[untyped, untyped]?, ?delivery: Peddler::APIs::FulfillmentOutbound20260704::DeliveryService?, ?packaging: Peddler::APIs::FulfillmentOutbound20260704::PackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderServices
| (Hash[untyped, untyped]?, Peddler::APIs::FulfillmentOutbound20260704::DeliveryService?, Peddler::APIs::FulfillmentOutbound20260704::PackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderServices

.members[ :additional, :delivery, :packaging ]

Returns:

  • ([ :additional, :delivery, :packaging ])


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

def self.members: () -> [ :additional, :delivery, :packaging ]

.new(additional:, delivery:, packaging:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderServices .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderServices



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

def self.new: (?additional: Hash[untyped, untyped]?, ?delivery: Peddler::APIs::FulfillmentOutbound20260704::DeliveryService?, ?packaging: Peddler::APIs::FulfillmentOutbound20260704::PackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderServices
| (Hash[untyped, untyped]?, Peddler::APIs::FulfillmentOutbound20260704::DeliveryService?, Peddler::APIs::FulfillmentOutbound20260704::PackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderServices

.parsePeddler::APIs::FulfillmentOutbound20260704::OrderServices

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :additional, :delivery, :packaging ]

Returns:

  • ([ :additional, :delivery, :packaging ])


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

def members: () -> [ :additional, :delivery, :packaging ]

#to_h{ additional: Hash[untyped, untyped]?, delivery: Peddler::APIs::FulfillmentOutbound20260704::DeliveryService?, packaging: Peddler::APIs::FulfillmentOutbound20260704::PackagingService? }



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

def to_h: () -> { additional: Hash[untyped, untyped]?, delivery: Peddler::APIs::FulfillmentOutbound20260704::DeliveryService?, packaging: Peddler::APIs::FulfillmentOutbound20260704::PackagingService? }