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.



6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
# File 'lib/eBay.rb', line 6354

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.



6343
6344
6345
# File 'lib/eBay.rb', line 6343

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



6332
6333
6334
# File 'lib/eBay.rb', line 6332

def ack
  @ack
end

#attributeRecommendationsObject

Returns the value of attribute attributeRecommendations.



6347
6348
6349
# File 'lib/eBay.rb', line 6347

def attributeRecommendations
  @attributeRecommendations
end

#buildObject

Returns the value of attribute build.



6337
6338
6339
# File 'lib/eBay.rb', line 6337

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



6333
6334
6335
# File 'lib/eBay.rb', line 6333

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



6339
6340
6341
# File 'lib/eBay.rb', line 6339

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



6334
6335
6336
# File 'lib/eBay.rb', line 6334

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



6342
6343
6344
# File 'lib/eBay.rb', line 6342

def hardExpirationWarning
  @hardExpirationWarning
end

#listingAnalyzerRecommendationsObject

Returns the value of attribute listingAnalyzerRecommendations.



6344
6345
6346
# File 'lib/eBay.rb', line 6344

def listingAnalyzerRecommendations
  @listingAnalyzerRecommendations
end

#messageObject

Returns the value of attribute message.



6335
6336
6337
# File 'lib/eBay.rb', line 6335

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



6338
6339
6340
# File 'lib/eBay.rb', line 6338

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



6341
6342
6343
# File 'lib/eBay.rb', line 6341

def notificationSignature
  @notificationSignature
end

#pricingRecommendationsObject

Returns the value of attribute pricingRecommendations.



6346
6347
6348
# File 'lib/eBay.rb', line 6346

def pricingRecommendations
  @pricingRecommendations
end

#productRecommendationsObject

Returns the value of attribute productRecommendations.



6348
6349
6350
# File 'lib/eBay.rb', line 6348

def productRecommendations
  @productRecommendations
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



6340
6341
6342
# File 'lib/eBay.rb', line 6340

def recipientUserID
  @recipientUserID
end

#sIFFTASRecommendationsObject

Returns the value of attribute sIFFTASRecommendations.



6345
6346
6347
# File 'lib/eBay.rb', line 6345

def sIFFTASRecommendations
  @sIFFTASRecommendations
end

#timestampObject

Returns the value of attribute timestamp.



6331
6332
6333
# File 'lib/eBay.rb', line 6331

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



6336
6337
6338
# File 'lib/eBay.rb', line 6336

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



6350
6351
6352
# File 'lib/eBay.rb', line 6350

def set_any(elements)
  @__xmlele_any = elements
end