Class: Peddler::APIs::FulfillmentOutbound20260704::PreviewOfferServices

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)


977
978
979
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 977

def additional
  @additional
end

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

Returns the value of attribute delivery.



978
979
980
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 978

def delivery
  @delivery
end

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

Returns the value of attribute packaging.



979
980
981
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 979

def packaging
  @packaging
end

Class Method Details

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



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

def self.[]: (?additional: Hash[untyped, untyped]?, ?delivery: Peddler::APIs::FulfillmentOutbound20260704::PreviewDeliveryService?, ?packaging: Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewOfferServices
| (Hash[untyped, untyped]?, Peddler::APIs::FulfillmentOutbound20260704::PreviewDeliveryService?, Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewOfferServices

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

Returns:

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


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

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

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



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

def self.new: (?additional: Hash[untyped, untyped]?, ?delivery: Peddler::APIs::FulfillmentOutbound20260704::PreviewDeliveryService?, ?packaging: Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewOfferServices
| (Hash[untyped, untyped]?, Peddler::APIs::FulfillmentOutbound20260704::PreviewDeliveryService?, Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewOfferServices

.parsePeddler::APIs::FulfillmentOutbound20260704::PreviewOfferServices

Parameters:

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

Returns:



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

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

Instance Method Details

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

Returns:

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


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

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

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



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

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