Class: Peddler::APIs::ProductPricing20220501::LowestPricedOffer

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#lowest_priced_offers_inputPeddler::APIs::ProductPricing20220501::LowestPricedOffersInput (readonly)

Returns the value of attribute lowest_priced_offers_input.



447
448
449
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 447

def lowest_priced_offers_input
  @lowest_priced_offers_input
end

#offersArray[Peddler::APIs::ProductPricing20220501::Offer] (readonly)

Returns the value of attribute offers.



448
449
450
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 448

def offers
  @offers
end

Class Method Details

.[](lowest_priced_offers_input:, offers:) ⇒ Peddler::APIs::ProductPricing20220501::LowestPricedOffer .[](arg0, arg1) ⇒ Peddler::APIs::ProductPricing20220501::LowestPricedOffer



440
441
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 440

def self.[]: (lowest_priced_offers_input: Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput, offers: Array[Peddler::APIs::ProductPricing20220501::Offer]) -> Peddler::APIs::ProductPricing20220501::LowestPricedOffer
| (Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput, Array[Peddler::APIs::ProductPricing20220501::Offer]) -> Peddler::APIs::ProductPricing20220501::LowestPricedOffer

.members[ :lowest_priced_offers_input, :offers ]

Returns:

  • ([ :lowest_priced_offers_input, :offers ])


443
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 443

def self.members: () -> [ :lowest_priced_offers_input, :offers ]

.new(lowest_priced_offers_input:, offers:) ⇒ Peddler::APIs::ProductPricing20220501::LowestPricedOffer .new(arg0, arg1) ⇒ Peddler::APIs::ProductPricing20220501::LowestPricedOffer



438
439
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 438

def self.new: (lowest_priced_offers_input: Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput, offers: Array[Peddler::APIs::ProductPricing20220501::Offer]) -> Peddler::APIs::ProductPricing20220501::LowestPricedOffer
| (Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput, Array[Peddler::APIs::ProductPricing20220501::Offer]) -> Peddler::APIs::ProductPricing20220501::LowestPricedOffer

.parsePeddler::APIs::ProductPricing20220501::LowestPricedOffer

Parameters:

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

Returns:



445
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 445

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

Instance Method Details

#members[ :lowest_priced_offers_input, :offers ]

Returns:

  • ([ :lowest_priced_offers_input, :offers ])


450
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 450

def members: () -> [ :lowest_priced_offers_input, :offers ]

#to_h{ lowest_priced_offers_input: Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput, offers: Array[Peddler::APIs::ProductPricing20220501::Offer] }



451
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 451

def to_h: () -> { lowest_priced_offers_input: Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput, offers: Array[Peddler::APIs::ProductPricing20220501::Offer] }