Class: EBay::GetProductSearchResultsResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetProductSearchResultsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetProductSearchResultsResponseType
- 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
dataElementSets - EBay::DataElementSetType
productSearchResult - EBay::ProductSearchResultType
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.
-
#dataElementSets ⇒ Object
Returns the value of attribute dataElementSets.
-
#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.
-
#productSearchResult ⇒ Object
Returns the value of attribute productSearchResult.
-
#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, dataElementSets = [], productSearchResult = []) ⇒ GetProductSearchResultsResponseType
constructor
A new instance of GetProductSearchResultsResponseType.
- #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, dataElementSets = [], productSearchResult = []) ⇒ GetProductSearchResultsResponseType
Returns a new instance of GetProductSearchResultsResponseType.
13804 13805 13806 13807 13808 13809 13810 13811 13812 13813 13814 13815 13816 13817 13818 13819 13820 13821 13822 13823 |
# File 'lib/eBay.rb', line 13804 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, dataElementSets = [], productSearchResult = []) @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 @dataElementSets = dataElementSets @productSearchResult = productSearchResult end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
13796 13797 13798 |
# File 'lib/eBay.rb', line 13796 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
13782 13783 13784 |
# File 'lib/eBay.rb', line 13782 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
13794 13795 13796 |
# File 'lib/eBay.rb', line 13794 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
13787 13788 13789 |
# File 'lib/eBay.rb', line 13787 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
13783 13784 13785 |
# File 'lib/eBay.rb', line 13783 def correlationID @correlationID end |
#dataElementSets ⇒ Object
Returns the value of attribute dataElementSets.
13797 13798 13799 |
# File 'lib/eBay.rb', line 13797 def dataElementSets @dataElementSets end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
13789 13790 13791 |
# File 'lib/eBay.rb', line 13789 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
13791 13792 13793 |
# File 'lib/eBay.rb', line 13791 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
13784 13785 13786 |
# File 'lib/eBay.rb', line 13784 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
13795 13796 13797 |
# File 'lib/eBay.rb', line 13795 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
13793 13794 13795 |
# File 'lib/eBay.rb', line 13793 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
13785 13786 13787 |
# File 'lib/eBay.rb', line 13785 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
13788 13789 13790 |
# File 'lib/eBay.rb', line 13788 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
13792 13793 13794 |
# File 'lib/eBay.rb', line 13792 def notificationSignature @notificationSignature end |
#productSearchResult ⇒ Object
Returns the value of attribute productSearchResult.
13798 13799 13800 |
# File 'lib/eBay.rb', line 13798 def productSearchResult @productSearchResult end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
13790 13791 13792 |
# File 'lib/eBay.rb', line 13790 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
13781 13782 13783 |
# File 'lib/eBay.rb', line 13781 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
13786 13787 13788 |
# File 'lib/eBay.rb', line 13786 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
13800 13801 13802 |
# File 'lib/eBay.rb', line 13800 def set_any(elements) @__xmlele_any = elements end |