Class: GetRecommendationsResponseContainerType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetRecommendationsResponseContainerType

listingAnalyzerRecommendations - ListingAnalyzerRecommendationsType
sIFFTASRecommendations - SIFFTASRecommendationsType
pricingRecommendations - PricingRecommendationsType
attributeRecommendations - AttributeRecommendationsType
productRecommendations - ProductRecommendationsType
correlationID - SOAP::SOAPString
itemSpecificsRecommendations - ItemSpecificsRecommendationsType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(listingAnalyzerRecommendations = nil, sIFFTASRecommendations = nil, pricingRecommendations = nil, attributeRecommendations = nil, productRecommendations = nil, correlationID = nil, itemSpecificsRecommendations = nil) ⇒ GetRecommendationsResponseContainerType

Returns a new instance of GetRecommendationsResponseContainerType.



19803
19804
19805
19806
19807
19808
19809
19810
19811
19812
# File 'lib/eBay.rb', line 19803

def initialize(listingAnalyzerRecommendations = nil, sIFFTASRecommendations = nil, pricingRecommendations = nil, attributeRecommendations = nil, productRecommendations = nil, correlationID = nil, itemSpecificsRecommendations = nil)
  @listingAnalyzerRecommendations = listingAnalyzerRecommendations
  @sIFFTASRecommendations = sIFFTASRecommendations
  @pricingRecommendations = pricingRecommendations
  @attributeRecommendations = attributeRecommendations
  @productRecommendations = productRecommendations
  @correlationID = correlationID
  @itemSpecificsRecommendations = itemSpecificsRecommendations
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19797
19798
19799
# File 'lib/eBay.rb', line 19797

def __xmlele_any
  @__xmlele_any
end

#attributeRecommendationsObject

Returns the value of attribute attributeRecommendations.



19793
19794
19795
# File 'lib/eBay.rb', line 19793

def attributeRecommendations
  @attributeRecommendations
end

#correlationIDObject

Returns the value of attribute correlationID.



19795
19796
19797
# File 'lib/eBay.rb', line 19795

def correlationID
  @correlationID
end

#itemSpecificsRecommendationsObject

Returns the value of attribute itemSpecificsRecommendations.



19796
19797
19798
# File 'lib/eBay.rb', line 19796

def itemSpecificsRecommendations
  @itemSpecificsRecommendations
end

#listingAnalyzerRecommendationsObject

Returns the value of attribute listingAnalyzerRecommendations.



19790
19791
19792
# File 'lib/eBay.rb', line 19790

def listingAnalyzerRecommendations
  @listingAnalyzerRecommendations
end

#pricingRecommendationsObject

Returns the value of attribute pricingRecommendations.



19792
19793
19794
# File 'lib/eBay.rb', line 19792

def pricingRecommendations
  @pricingRecommendations
end

#productRecommendationsObject

Returns the value of attribute productRecommendations.



19794
19795
19796
# File 'lib/eBay.rb', line 19794

def productRecommendations
  @productRecommendations
end

#sIFFTASRecommendationsObject

Returns the value of attribute sIFFTASRecommendations.



19791
19792
19793
# File 'lib/eBay.rb', line 19791

def sIFFTASRecommendations
  @sIFFTASRecommendations
end

Instance Method Details

#set_any(elements) ⇒ Object



19799
19800
19801
# File 'lib/eBay.rb', line 19799

def set_any(elements)
  @__xmlele_any = elements
end