Class: EBay::GetRecommendationsResponseContainerType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetRecommendationsResponseContainerType

listingAnalyzerRecommendations - EBay::ListingAnalyzerRecommendationsType
sIFFTASRecommendations - EBay::SIFFTASRecommendationsType
pricingRecommendations - EBay::PricingRecommendationsType
attributeRecommendations - EBay::AttributeRecommendationsType
productRecommendations - EBay::ProductRecommendationsType
correlationID - SOAP::SOAPString
recommendations - EBay::RecommendationsType
productListingDetails - EBay::ProductListingDetailsType
title - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(listingAnalyzerRecommendations = nil, sIFFTASRecommendations = nil, pricingRecommendations = nil, attributeRecommendations = nil, productRecommendations = nil, correlationID = nil, recommendations = nil, productListingDetails = nil, title = nil) ⇒ GetRecommendationsResponseContainerType

Returns a new instance of GetRecommendationsResponseContainerType.



24824
24825
24826
24827
24828
24829
24830
24831
24832
24833
24834
24835
# File 'lib/eBay.rb', line 24824

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24818
24819
24820
# File 'lib/eBay.rb', line 24818

def __xmlele_any
  @__xmlele_any
end

#attributeRecommendationsObject

Returns the value of attribute attributeRecommendations.



24812
24813
24814
# File 'lib/eBay.rb', line 24812

def attributeRecommendations
  @attributeRecommendations
end

#correlationIDObject

Returns the value of attribute correlationID.



24814
24815
24816
# File 'lib/eBay.rb', line 24814

def correlationID
  @correlationID
end

#listingAnalyzerRecommendationsObject

Returns the value of attribute listingAnalyzerRecommendations.



24809
24810
24811
# File 'lib/eBay.rb', line 24809

def listingAnalyzerRecommendations
  @listingAnalyzerRecommendations
end

#pricingRecommendationsObject

Returns the value of attribute pricingRecommendations.



24811
24812
24813
# File 'lib/eBay.rb', line 24811

def pricingRecommendations
  @pricingRecommendations
end

#productListingDetailsObject

Returns the value of attribute productListingDetails.



24816
24817
24818
# File 'lib/eBay.rb', line 24816

def productListingDetails
  @productListingDetails
end

#productRecommendationsObject

Returns the value of attribute productRecommendations.



24813
24814
24815
# File 'lib/eBay.rb', line 24813

def productRecommendations
  @productRecommendations
end

#recommendationsObject

Returns the value of attribute recommendations.



24815
24816
24817
# File 'lib/eBay.rb', line 24815

def recommendations
  @recommendations
end

#sIFFTASRecommendationsObject

Returns the value of attribute sIFFTASRecommendations.



24810
24811
24812
# File 'lib/eBay.rb', line 24810

def sIFFTASRecommendations
  @sIFFTASRecommendations
end

#titleObject

Returns the value of attribute title.



24817
24818
24819
# File 'lib/eBay.rb', line 24817

def title
  @title
end

Instance Method Details

#set_any(elements) ⇒ Object



24820
24821
24822
# File 'lib/eBay.rb', line 24820

def set_any(elements)
  @__xmlele_any = elements
end