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.



430
431
432
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 430

def lowest_priced_offers_input
  @lowest_priced_offers_input
end

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

Returns the value of attribute offers.



431
432
433
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 431

def offers
  @offers
end

Class Method Details

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



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

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 ])


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

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



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

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:



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

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 ])


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

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

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



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

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