Class: PricingRecommendationsType
- Inherits:
-
Object
- Object
- PricingRecommendationsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPricingRecommendationsType
Constant Summary collapse
- @@schema_type =
"PricingRecommendationsType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["productInfo", ["ProductInfoType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductInfo")]] ]
Instance Attribute Summary collapse
-
#productInfo ⇒ Object
Returns the value of attribute productInfo.
Instance Method Summary collapse
-
#initialize(productInfo = nil) ⇒ PricingRecommendationsType
constructor
A new instance of PricingRecommendationsType.
Constructor Details
#initialize(productInfo = nil) ⇒ PricingRecommendationsType
Returns a new instance of PricingRecommendationsType.
20842 20843 20844 |
# File 'lib/eBay.rb', line 20842 def initialize(productInfo = nil) @productInfo = productInfo end |
Instance Attribute Details
#productInfo ⇒ Object
Returns the value of attribute productInfo.
20840 20841 20842 |
# File 'lib/eBay.rb', line 20840 def productInfo @productInfo end |