Class: PricingRecommendationsType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#productInfoObject

Returns the value of attribute productInfo.



20840
20841
20842
# File 'lib/eBay.rb', line 20840

def productInfo
  @productInfo
end