Class: Peddler::APIs::FulfillmentOutbound20260704::PreviewDeliveryOffer

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

#estimated_pricePeddler::APIs::FulfillmentOutbound20260704::EstimatedPrice? (readonly)

Returns the value of attribute estimated_price.



859
860
861
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 859

def estimated_price
  @estimated_price
end

#fulfillment_configurationPeddler::APIs::FulfillmentOutbound20260704::PreviewOfferFulfillmentConfiguration? (readonly)

Returns the value of attribute fulfillment_configuration.



860
861
862
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 860

def fulfillment_configuration
  @fulfillment_configuration
end

Class Method Details

.[](estimated_price:, fulfillment_configuration:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewDeliveryOffer .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewDeliveryOffer



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

def self.[]: (?estimated_price: Peddler::APIs::FulfillmentOutbound20260704::EstimatedPrice?, ?fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::PreviewOfferFulfillmentConfiguration?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewDeliveryOffer
| (Peddler::APIs::FulfillmentOutbound20260704::EstimatedPrice?, Peddler::APIs::FulfillmentOutbound20260704::PreviewOfferFulfillmentConfiguration?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewDeliveryOffer

.members[ :estimated_price, :fulfillment_configuration ]

Returns:

  • ([ :estimated_price, :fulfillment_configuration ])


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

def self.members: () -> [ :estimated_price, :fulfillment_configuration ]

.new(estimated_price:, fulfillment_configuration:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewDeliveryOffer .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewDeliveryOffer



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

def self.new: (?estimated_price: Peddler::APIs::FulfillmentOutbound20260704::EstimatedPrice?, ?fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::PreviewOfferFulfillmentConfiguration?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewDeliveryOffer
| (Peddler::APIs::FulfillmentOutbound20260704::EstimatedPrice?, Peddler::APIs::FulfillmentOutbound20260704::PreviewOfferFulfillmentConfiguration?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewDeliveryOffer

.parsePeddler::APIs::FulfillmentOutbound20260704::PreviewDeliveryOffer

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :estimated_price, :fulfillment_configuration ]

Returns:

  • ([ :estimated_price, :fulfillment_configuration ])


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

def members: () -> [ :estimated_price, :fulfillment_configuration ]

#to_h{ estimated_price: Peddler::APIs::FulfillmentOutbound20260704::EstimatedPrice?, fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::PreviewOfferFulfillmentConfiguration? }



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

def to_h: () -> { estimated_price: Peddler::APIs::FulfillmentOutbound20260704::EstimatedPrice?, fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::PreviewOfferFulfillmentConfiguration? }