Class: GetItemRecommendationsResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetItemRecommendationsResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
getRecommendationsResponseContainer - GetRecommendationsResponseContainerType

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, botBlock = nil, getRecommendationsResponseContainer = []) ⇒ GetItemRecommendationsResponseType

Returns a new instance of GetItemRecommendationsResponseType.



10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
# File 'lib/eBay.rb', line 10044

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, botBlock = nil, getRecommendationsResponseContainer = [])
  @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
  @botBlock = botBlock
  @__xmlele_any = nil
  @getRecommendationsResponseContainer = getRecommendationsResponseContainer
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10037
10038
10039
# File 'lib/eBay.rb', line 10037

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10024
10025
10026
# File 'lib/eBay.rb', line 10024

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



10036
10037
10038
# File 'lib/eBay.rb', line 10036

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10029
10030
10031
# File 'lib/eBay.rb', line 10029

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10025
10026
10027
# File 'lib/eBay.rb', line 10025

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10031
10032
10033
# File 'lib/eBay.rb', line 10031

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10033
10034
10035
# File 'lib/eBay.rb', line 10033

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



10026
10027
10028
# File 'lib/eBay.rb', line 10026

def errors
  @errors
end

#getRecommendationsResponseContainerObject

Returns the value of attribute getRecommendationsResponseContainer.



10038
10039
10040
# File 'lib/eBay.rb', line 10038

def getRecommendationsResponseContainer
  @getRecommendationsResponseContainer
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10035
10036
10037
# File 'lib/eBay.rb', line 10035

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



10027
10028
10029
# File 'lib/eBay.rb', line 10027

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10030
10031
10032
# File 'lib/eBay.rb', line 10030

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10034
10035
10036
# File 'lib/eBay.rb', line 10034

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10032
10033
10034
# File 'lib/eBay.rb', line 10032

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



10023
10024
10025
# File 'lib/eBay.rb', line 10023

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10028
10029
10030
# File 'lib/eBay.rb', line 10028

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10040
10041
10042
# File 'lib/eBay.rb', line 10040

def set_any(elements)
  @__xmlele_any = elements
end