Class: GetSearchResultsExpressResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- GetSearchResultsExpressResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSearchResultsExpressResponseType 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 histogram - DomainHistogramType itemArray - ItemArrayType productArray - ProductArrayType entriesPerPage - SOAP::SOAPInt pageNumber - SOAP::SOAPInt hasMoreEntries - SOAP::SOAPBoolean
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.
-
#entriesPerPage ⇒ Object
Returns the value of attribute entriesPerPage.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#hasMoreEntries ⇒ Object
Returns the value of attribute hasMoreEntries.
-
#histogram ⇒ Object
Returns the value of attribute histogram.
-
#itemArray ⇒ Object
Returns the value of attribute itemArray.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
-
#productArray ⇒ Object
Returns the value of attribute productArray.
-
#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, histogram = nil, itemArray = nil, productArray = nil, entriesPerPage = nil, pageNumber = nil, hasMoreEntries = nil) ⇒ GetSearchResultsExpressResponseType
constructor
A new instance of GetSearchResultsExpressResponseType.
- #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, histogram = nil, itemArray = nil, productArray = nil, entriesPerPage = nil, pageNumber = nil, hasMoreEntries = nil) ⇒ GetSearchResultsExpressResponseType
Returns a new instance of GetSearchResultsExpressResponseType.
12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 12078 12079 12080 12081 12082 12083 12084 |
# File 'lib/eBay.rb', line 12062 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, histogram = nil, itemArray = nil, productArray = nil, entriesPerPage = nil, pageNumber = nil, hasMoreEntries = 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 @__xmlele_any = nil @histogram = histogram @itemArray = itemArray @productArray = productArray @entriesPerPage = entriesPerPage @pageNumber = pageNumber @hasMoreEntries = hasMoreEntries end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
12050 12051 12052 |
# File 'lib/eBay.rb', line 12050 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
12037 12038 12039 |
# File 'lib/eBay.rb', line 12037 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
12049 12050 12051 |
# File 'lib/eBay.rb', line 12049 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
12042 12043 12044 |
# File 'lib/eBay.rb', line 12042 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
12038 12039 12040 |
# File 'lib/eBay.rb', line 12038 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
12044 12045 12046 |
# File 'lib/eBay.rb', line 12044 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
12046 12047 12048 |
# File 'lib/eBay.rb', line 12046 def eIASToken @eIASToken end |
#entriesPerPage ⇒ Object
Returns the value of attribute entriesPerPage.
12054 12055 12056 |
# File 'lib/eBay.rb', line 12054 def entriesPerPage @entriesPerPage end |
#errors ⇒ Object
Returns the value of attribute errors.
12039 12040 12041 |
# File 'lib/eBay.rb', line 12039 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
12048 12049 12050 |
# File 'lib/eBay.rb', line 12048 def hardExpirationWarning @hardExpirationWarning end |
#hasMoreEntries ⇒ Object
Returns the value of attribute hasMoreEntries.
12056 12057 12058 |
# File 'lib/eBay.rb', line 12056 def hasMoreEntries @hasMoreEntries end |
#histogram ⇒ Object
Returns the value of attribute histogram.
12051 12052 12053 |
# File 'lib/eBay.rb', line 12051 def histogram @histogram end |
#itemArray ⇒ Object
Returns the value of attribute itemArray.
12052 12053 12054 |
# File 'lib/eBay.rb', line 12052 def itemArray @itemArray end |
#message ⇒ Object
Returns the value of attribute message.
12040 12041 12042 |
# File 'lib/eBay.rb', line 12040 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
12043 12044 12045 |
# File 'lib/eBay.rb', line 12043 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
12047 12048 12049 |
# File 'lib/eBay.rb', line 12047 def notificationSignature @notificationSignature end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
12055 12056 12057 |
# File 'lib/eBay.rb', line 12055 def pageNumber @pageNumber end |
#productArray ⇒ Object
Returns the value of attribute productArray.
12053 12054 12055 |
# File 'lib/eBay.rb', line 12053 def productArray @productArray end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
12045 12046 12047 |
# File 'lib/eBay.rb', line 12045 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
12036 12037 12038 |
# File 'lib/eBay.rb', line 12036 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
12041 12042 12043 |
# File 'lib/eBay.rb', line 12041 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
12058 12059 12060 |
# File 'lib/eBay.rb', line 12058 def set_any(elements) @__xmlele_any = elements end |