Class: EBay::GetProductFinderResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetProductFinderResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetProductFinderResponseType
- 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
attributeSystemVersion - SOAP::SOAPString
productFinderData - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
-
#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.
-
#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.
-
#productFinderData ⇒ Object
Returns the value of attribute productFinderData.
-
#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, attributeSystemVersion = nil, productFinderData = nil) ⇒ GetProductFinderResponseType
constructor
A new instance of GetProductFinderResponseType.
- #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, attributeSystemVersion = nil, productFinderData = nil) ⇒ GetProductFinderResponseType
Returns a new instance of GetProductFinderResponseType.
13615 13616 13617 13618 13619 13620 13621 13622 13623 13624 13625 13626 13627 13628 13629 13630 13631 13632 13633 13634 |
# File 'lib/eBay.rb', line 13615 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, attributeSystemVersion = nil, productFinderData = nil) @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 @attributeSystemVersion = attributeSystemVersion @productFinderData = productFinderData end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
13607 13608 13609 |
# File 'lib/eBay.rb', line 13607 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
13593 13594 13595 |
# File 'lib/eBay.rb', line 13593 def ack @ack end |
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
13608 13609 13610 |
# File 'lib/eBay.rb', line 13608 def attributeSystemVersion @attributeSystemVersion end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
13605 13606 13607 |
# File 'lib/eBay.rb', line 13605 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
13598 13599 13600 |
# File 'lib/eBay.rb', line 13598 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
13594 13595 13596 |
# File 'lib/eBay.rb', line 13594 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
13600 13601 13602 |
# File 'lib/eBay.rb', line 13600 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
13602 13603 13604 |
# File 'lib/eBay.rb', line 13602 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
13595 13596 13597 |
# File 'lib/eBay.rb', line 13595 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
13606 13607 13608 |
# File 'lib/eBay.rb', line 13606 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
13604 13605 13606 |
# File 'lib/eBay.rb', line 13604 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
13596 13597 13598 |
# File 'lib/eBay.rb', line 13596 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
13599 13600 13601 |
# File 'lib/eBay.rb', line 13599 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
13603 13604 13605 |
# File 'lib/eBay.rb', line 13603 def notificationSignature @notificationSignature end |
#productFinderData ⇒ Object
Returns the value of attribute productFinderData.
13609 13610 13611 |
# File 'lib/eBay.rb', line 13609 def productFinderData @productFinderData end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
13601 13602 13603 |
# File 'lib/eBay.rb', line 13601 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
13592 13593 13594 |
# File 'lib/eBay.rb', line 13592 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
13597 13598 13599 |
# File 'lib/eBay.rb', line 13597 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
13611 13612 13613 |
# File 'lib/eBay.rb', line 13611 def set_any(elements) @__xmlele_any = elements end |