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.



16152
16153
16154
# File 'lib/eBay.rb', line 16152

def initialize(productInfo = nil)
  @productInfo = productInfo
end

Instance Attribute Details

#productInfoObject

Returns the value of attribute productInfo.



16150
16151
16152
# File 'lib/eBay.rb', line 16150

def productInfo
  @productInfo
end