Class: Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponseBody
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponseBody
- Defined in:
- sig/peddler/apis/product_pricing_2022_05_01.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String
readonly
Returns the value of attribute asin.
-
#errors ⇒ Array[Peddler::APIs::ProductPricing20220501::Error]?
readonly
Returns the value of attribute errors.
-
#featured_buying_options ⇒ Array[Peddler::APIs::ProductPricing20220501::FeaturedBuyingOption]?
readonly
Returns the value of attribute featured_buying_options.
-
#lowest_priced_offers ⇒ Array[Peddler::APIs::ProductPricing20220501::LowestPricedOffer]?
readonly
Returns the value of attribute lowest_priced_offers.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#reference_prices ⇒ Array[Peddler::APIs::ProductPricing20220501::ReferencePrice]?
readonly
Returns the value of attribute reference_prices.
-
#similar_items ⇒ Array[Peddler::APIs::ProductPricing20220501::SimilarItems]?
readonly
Returns the value of attribute similar_items.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :marketplace_id, :errors, :featured_buying_options, :lowest_priced_offers, :reference_prices, :similar_items ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponseBody
Instance Method Summary collapse
-
#members ⇒ [ :asin, :marketplace_id, :errors, :featured_buying_options, :lowest_priced_offers, :reference_prices, :similar_items ]
-
#to_h ⇒ { asin: String, marketplace_id: String, errors: Array[Peddler::APIs::ProductPricing20220501::Error]?, featured_buying_options: Array[Peddler::APIs::ProductPricing20220501::FeaturedBuyingOption]?, lowest_priced_offers: Array[Peddler::APIs::ProductPricing20220501::LowestPricedOffer]?, reference_prices: Array[Peddler::APIs::ProductPricing20220501::ReferencePrice]?, similar_items: Array[Peddler::APIs::ProductPricing20220501::SimilarItems]? }
Instance Attribute Details
#asin ⇒ String (readonly)
Returns the value of attribute asin.
141 142 143 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 141 def asin @asin end |
#errors ⇒ Array[Peddler::APIs::ProductPricing20220501::Error]? (readonly)
Returns the value of attribute errors.
142 143 144 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 142 def errors @errors end |
#featured_buying_options ⇒ Array[Peddler::APIs::ProductPricing20220501::FeaturedBuyingOption]? (readonly)
Returns the value of attribute featured_buying_options.
143 144 145 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 143 def @featured_buying_options end |
#lowest_priced_offers ⇒ Array[Peddler::APIs::ProductPricing20220501::LowestPricedOffer]? (readonly)
Returns the value of attribute lowest_priced_offers.
144 145 146 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 144 def lowest_priced_offers @lowest_priced_offers end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
145 146 147 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 145 def marketplace_id @marketplace_id end |
#reference_prices ⇒ Array[Peddler::APIs::ProductPricing20220501::ReferencePrice]? (readonly)
Returns the value of attribute reference_prices.
146 147 148 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 146 def reference_prices @reference_prices end |
#similar_items ⇒ Array[Peddler::APIs::ProductPricing20220501::SimilarItems]? (readonly)
Returns the value of attribute similar_items.
147 148 149 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 147 def similar_items @similar_items end |
Class Method Details
.[](asin:, marketplace_id:, errors:, featured_buying_options:, lowest_priced_offers:, reference_prices:, similar_items:) ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponseBody .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponseBody
134 135 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 134
def self.[]: (asin: String, marketplace_id: String, ?errors: Array[Peddler::APIs::ProductPricing20220501::Error]?, ?featured_buying_options: Array[Peddler::APIs::ProductPricing20220501::FeaturedBuyingOption]?, ?lowest_priced_offers: Array[Peddler::APIs::ProductPricing20220501::LowestPricedOffer]?, ?reference_prices: Array[Peddler::APIs::ProductPricing20220501::ReferencePrice]?, ?similar_items: Array[Peddler::APIs::ProductPricing20220501::SimilarItems]?) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponseBody
| (String, String, Array[Peddler::APIs::ProductPricing20220501::Error]?, Array[Peddler::APIs::ProductPricing20220501::FeaturedBuyingOption]?, Array[Peddler::APIs::ProductPricing20220501::LowestPricedOffer]?, Array[Peddler::APIs::ProductPricing20220501::ReferencePrice]?, Array[Peddler::APIs::ProductPricing20220501::SimilarItems]?) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponseBody
|
.members ⇒ [ :asin, :marketplace_id, :errors, :featured_buying_options, :lowest_priced_offers, :reference_prices, :similar_items ]
137 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 137
def self.members: () -> [ :asin, :marketplace_id, :errors, :featured_buying_options, :lowest_priced_offers, :reference_prices, :similar_items ]
|
.new(asin:, marketplace_id:, errors:, featured_buying_options:, lowest_priced_offers:, reference_prices:, similar_items:) ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponseBody .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponseBody
132 133 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 132
def self.new: (asin: String, marketplace_id: String, ?errors: Array[Peddler::APIs::ProductPricing20220501::Error]?, ?featured_buying_options: Array[Peddler::APIs::ProductPricing20220501::FeaturedBuyingOption]?, ?lowest_priced_offers: Array[Peddler::APIs::ProductPricing20220501::LowestPricedOffer]?, ?reference_prices: Array[Peddler::APIs::ProductPricing20220501::ReferencePrice]?, ?similar_items: Array[Peddler::APIs::ProductPricing20220501::SimilarItems]?) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponseBody
| (String, String, Array[Peddler::APIs::ProductPricing20220501::Error]?, Array[Peddler::APIs::ProductPricing20220501::FeaturedBuyingOption]?, Array[Peddler::APIs::ProductPricing20220501::LowestPricedOffer]?, Array[Peddler::APIs::ProductPricing20220501::ReferencePrice]?, Array[Peddler::APIs::ProductPricing20220501::SimilarItems]?) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponseBody
|
.parse ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponseBody
139 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 139
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponseBody
|
Instance Method Details
#members ⇒ [ :asin, :marketplace_id, :errors, :featured_buying_options, :lowest_priced_offers, :reference_prices, :similar_items ]
149 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 149
def members: () -> [ :asin, :marketplace_id, :errors, :featured_buying_options, :lowest_priced_offers, :reference_prices, :similar_items ]
|
#to_h ⇒ { asin: String, marketplace_id: String, errors: Array[Peddler::APIs::ProductPricing20220501::Error]?, featured_buying_options: Array[Peddler::APIs::ProductPricing20220501::FeaturedBuyingOption]?, lowest_priced_offers: Array[Peddler::APIs::ProductPricing20220501::LowestPricedOffer]?, reference_prices: Array[Peddler::APIs::ProductPricing20220501::ReferencePrice]?, similar_items: Array[Peddler::APIs::ProductPricing20220501::SimilarItems]? }
150 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 150
def to_h: () -> { asin: String, marketplace_id: String, errors: Array[Peddler::APIs::ProductPricing20220501::Error]?, featured_buying_options: Array[Peddler::APIs::ProductPricing20220501::FeaturedBuyingOption]?, lowest_priced_offers: Array[Peddler::APIs::ProductPricing20220501::LowestPricedOffer]?, reference_prices: Array[Peddler::APIs::ProductPricing20220501::ReferencePrice]?, similar_items: Array[Peddler::APIs::ProductPricing20220501::SimilarItems]? }
|