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")]],
  ["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, notificationSignature = nil, hardExpirationWarning = nil, listingAnalyzerRecommendations = nil, sIFFTASRecommendations = nil, pricingRecommendations = nil, attributeRecommendations = nil, productRecommendations = nil) ⇒ GetRecommendationsResponseType

Returns a new instance of GetRecommendationsResponseType.



7014
7015
7016
7017
7018
7019
7020
7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
7031
7032
7033
# File 'lib/eBay.rb', line 7014

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = 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
  @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.



7003
7004
7005
# File 'lib/eBay.rb', line 7003

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



6992
6993
6994
# File 'lib/eBay.rb', line 6992

def ack
  @ack
end

#attributeRecommendationsObject

Returns the value of attribute attributeRecommendations.



7007
7008
7009
# File 'lib/eBay.rb', line 7007

def attributeRecommendations
  @attributeRecommendations
end

#buildObject

Returns the value of attribute build.



6997
6998
6999
# File 'lib/eBay.rb', line 6997

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



6993
6994
6995
# File 'lib/eBay.rb', line 6993

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



6999
7000
7001
# File 'lib/eBay.rb', line 6999

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



6994
6995
6996
# File 'lib/eBay.rb', line 6994

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7002
7003
7004
# File 'lib/eBay.rb', line 7002

def hardExpirationWarning
  @hardExpirationWarning
end

#listingAnalyzerRecommendationsObject

Returns the value of attribute listingAnalyzerRecommendations.



7004
7005
7006
# File 'lib/eBay.rb', line 7004

def listingAnalyzerRecommendations
  @listingAnalyzerRecommendations
end

#messageObject

Returns the value of attribute message.



6995
6996
6997
# File 'lib/eBay.rb', line 6995

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



6998
6999
7000
# File 'lib/eBay.rb', line 6998

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7001
7002
7003
# File 'lib/eBay.rb', line 7001

def notificationSignature
  @notificationSignature
end

#pricingRecommendationsObject

Returns the value of attribute pricingRecommendations.



7006
7007
7008
# File 'lib/eBay.rb', line 7006

def pricingRecommendations
  @pricingRecommendations
end

#productRecommendationsObject

Returns the value of attribute productRecommendations.



7008
7009
7010
# File 'lib/eBay.rb', line 7008

def productRecommendations
  @productRecommendations
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7000
7001
7002
# File 'lib/eBay.rb', line 7000

def recipientUserID
  @recipientUserID
end

#sIFFTASRecommendationsObject

Returns the value of attribute sIFFTASRecommendations.



7005
7006
7007
# File 'lib/eBay.rb', line 7005

def sIFFTASRecommendations
  @sIFFTASRecommendations
end

#timestampObject

Returns the value of attribute timestamp.



6991
6992
6993
# File 'lib/eBay.rb', line 6991

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



6996
6997
6998
# File 'lib/eBay.rb', line 6996

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7010
7011
7012
# File 'lib/eBay.rb', line 7010

def set_any(elements)
  @__xmlele_any = elements
end