Class: GetRecommendationsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetRecommendationsResponseType

Constant Summary collapse

@@schema_type =
"GetRecommendationsResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
  ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
  ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
  ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["listingAnalyzerRecommendations", ["ListingAnalyzerRecommendationsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ListingAnalyzerRecommendations")]],
  ["sIFFTASRecommendations", ["SIFFTASRecommendationsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SIFFTASRecommendations")]],
  ["pricingRecommendations", ["PricingRecommendationsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PricingRecommendations")]],
  ["attributeRecommendations", ["AttributeRecommendationsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeRecommendations")]],
  ["productRecommendations", ["ProductRecommendationsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductRecommendations")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, listingAnalyzerRecommendations = nil, sIFFTASRecommendations = nil, pricingRecommendations = nil, attributeRecommendations = nil, productRecommendations = nil) ⇒ GetRecommendationsResponseType

Returns a new instance of GetRecommendationsResponseType.



7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
# File 'lib/eBay.rb', line 7877

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, listingAnalyzerRecommendations = nil, sIFFTASRecommendations = nil, pricingRecommendations = nil, attributeRecommendations = nil, productRecommendations = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @listingAnalyzerRecommendations = listingAnalyzerRecommendations
  @sIFFTASRecommendations = sIFFTASRecommendations
  @pricingRecommendations = pricingRecommendations
  @attributeRecommendations = attributeRecommendations
  @productRecommendations = productRecommendations
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7866
7867
7868
# File 'lib/eBay.rb', line 7866

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7854
7855
7856
# File 'lib/eBay.rb', line 7854

def ack
  @ack
end

#attributeRecommendationsObject

Returns the value of attribute attributeRecommendations.



7870
7871
7872
# File 'lib/eBay.rb', line 7870

def attributeRecommendations
  @attributeRecommendations
end

#buildObject

Returns the value of attribute build.



7859
7860
7861
# File 'lib/eBay.rb', line 7859

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7855
7856
7857
# File 'lib/eBay.rb', line 7855

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7861
7862
7863
# File 'lib/eBay.rb', line 7861

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



7863
7864
7865
# File 'lib/eBay.rb', line 7863

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



7856
7857
7858
# File 'lib/eBay.rb', line 7856

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7865
7866
7867
# File 'lib/eBay.rb', line 7865

def hardExpirationWarning
  @hardExpirationWarning
end

#listingAnalyzerRecommendationsObject

Returns the value of attribute listingAnalyzerRecommendations.



7867
7868
7869
# File 'lib/eBay.rb', line 7867

def listingAnalyzerRecommendations
  @listingAnalyzerRecommendations
end

#messageObject

Returns the value of attribute message.



7857
7858
7859
# File 'lib/eBay.rb', line 7857

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7860
7861
7862
# File 'lib/eBay.rb', line 7860

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7864
7865
7866
# File 'lib/eBay.rb', line 7864

def notificationSignature
  @notificationSignature
end

#pricingRecommendationsObject

Returns the value of attribute pricingRecommendations.



7869
7870
7871
# File 'lib/eBay.rb', line 7869

def pricingRecommendations
  @pricingRecommendations
end

#productRecommendationsObject

Returns the value of attribute productRecommendations.



7871
7872
7873
# File 'lib/eBay.rb', line 7871

def productRecommendations
  @productRecommendations
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7862
7863
7864
# File 'lib/eBay.rb', line 7862

def recipientUserID
  @recipientUserID
end

#sIFFTASRecommendationsObject

Returns the value of attribute sIFFTASRecommendations.



7868
7869
7870
# File 'lib/eBay.rb', line 7868

def sIFFTASRecommendations
  @sIFFTASRecommendations
end

#timestampObject

Returns the value of attribute timestamp.



7853
7854
7855
# File 'lib/eBay.rb', line 7853

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7858
7859
7860
# File 'lib/eBay.rb', line 7858

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7873
7874
7875
# File 'lib/eBay.rb', line 7873

def set_any(elements)
  @__xmlele_any = elements
end