Class: EBay::GetItemRecommendationsResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetItemRecommendationsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetItemRecommendationsResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
getRecommendationsResponseContainer - EBay::GetRecommendationsResponseContainerType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#getRecommendationsResponseContainer ⇒ Object
Returns the value of attribute getRecommendationsResponseContainer.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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, externalUserData = nil, getRecommendationsResponseContainer = []) ⇒ GetItemRecommendationsResponseType
constructor
A new instance of GetItemRecommendationsResponseType.
- #set_any(elements) ⇒ Object
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, externalUserData = nil, getRecommendationsResponseContainer = []) ⇒ GetItemRecommendationsResponseType
Returns a new instance of GetItemRecommendationsResponseType.
12432 12433 12434 12435 12436 12437 12438 12439 12440 12441 12442 12443 12444 12445 12446 12447 12448 12449 12450 |
# File 'lib/eBay.rb', line 12432 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, getRecommendationsResponseContainer = []) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil @getRecommendationsResponseContainer = getRecommendationsResponseContainer end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
12425 12426 12427 |
# File 'lib/eBay.rb', line 12425 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
12411 12412 12413 |
# File 'lib/eBay.rb', line 12411 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
12423 12424 12425 |
# File 'lib/eBay.rb', line 12423 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
12416 12417 12418 |
# File 'lib/eBay.rb', line 12416 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
12412 12413 12414 |
# File 'lib/eBay.rb', line 12412 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
12418 12419 12420 |
# File 'lib/eBay.rb', line 12418 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
12420 12421 12422 |
# File 'lib/eBay.rb', line 12420 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
12413 12414 12415 |
# File 'lib/eBay.rb', line 12413 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
12424 12425 12426 |
# File 'lib/eBay.rb', line 12424 def externalUserData @externalUserData end |
#getRecommendationsResponseContainer ⇒ Object
Returns the value of attribute getRecommendationsResponseContainer.
12426 12427 12428 |
# File 'lib/eBay.rb', line 12426 def getRecommendationsResponseContainer @getRecommendationsResponseContainer end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
12422 12423 12424 |
# File 'lib/eBay.rb', line 12422 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
12414 12415 12416 |
# File 'lib/eBay.rb', line 12414 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
12417 12418 12419 |
# File 'lib/eBay.rb', line 12417 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
12421 12422 12423 |
# File 'lib/eBay.rb', line 12421 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
12419 12420 12421 |
# File 'lib/eBay.rb', line 12419 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
12410 12411 12412 |
# File 'lib/eBay.rb', line 12410 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
12415 12416 12417 |
# File 'lib/eBay.rb', line 12415 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
12428 12429 12430 |
# File 'lib/eBay.rb', line 12428 def set_any(elements) @__xmlele_any = elements end |