Class: GetSearchResultsExpressResponseType

Inherits:
AbstractResponseType show all
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

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, 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(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)
  @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
  @histogram = histogram
  @itemArray = itemArray
  @productArray = productArray
  @entriesPerPage = entriesPerPage
  @pageNumber = pageNumber
  @hasMoreEntries = hasMoreEntries
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12050
12051
12052
# File 'lib/eBay.rb', line 12050

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12037
12038
12039
# File 'lib/eBay.rb', line 12037

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



12049
12050
12051
# File 'lib/eBay.rb', line 12049

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12042
12043
12044
# File 'lib/eBay.rb', line 12042

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12038
12039
12040
# File 'lib/eBay.rb', line 12038

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12044
12045
12046
# File 'lib/eBay.rb', line 12044

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12046
12047
12048
# File 'lib/eBay.rb', line 12046

def eIASToken
  @eIASToken
end

#entriesPerPageObject

Returns the value of attribute entriesPerPage.



12054
12055
12056
# File 'lib/eBay.rb', line 12054

def entriesPerPage
  @entriesPerPage
end

#errorsObject

Returns the value of attribute errors.



12039
12040
12041
# File 'lib/eBay.rb', line 12039

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12048
12049
12050
# File 'lib/eBay.rb', line 12048

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreEntriesObject

Returns the value of attribute hasMoreEntries.



12056
12057
12058
# File 'lib/eBay.rb', line 12056

def hasMoreEntries
  @hasMoreEntries
end

#histogramObject

Returns the value of attribute histogram.



12051
12052
12053
# File 'lib/eBay.rb', line 12051

def histogram
  @histogram
end

#itemArrayObject

Returns the value of attribute itemArray.



12052
12053
12054
# File 'lib/eBay.rb', line 12052

def itemArray
  @itemArray
end

#messageObject

Returns the value of attribute message.



12040
12041
12042
# File 'lib/eBay.rb', line 12040

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12043
12044
12045
# File 'lib/eBay.rb', line 12043

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12047
12048
12049
# File 'lib/eBay.rb', line 12047

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



12055
12056
12057
# File 'lib/eBay.rb', line 12055

def pageNumber
  @pageNumber
end

#productArrayObject

Returns the value of attribute productArray.



12053
12054
12055
# File 'lib/eBay.rb', line 12053

def productArray
  @productArray
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12045
12046
12047
# File 'lib/eBay.rb', line 12045

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



12036
12037
12038
# File 'lib/eBay.rb', line 12036

def timestamp
  @timestamp
end

#versionObject

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