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.



18438
18439
18440
# File 'lib/eBay.rb', line 18438

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

Instance Attribute Details

#productInfoObject

Returns the value of attribute productInfo.



18436
18437
18438
# File 'lib/eBay.rb', line 18436

def productInfo
  @productInfo
end