Class: GetWantItNowSearchResultsResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetWantItNowSearchResultsResponseType

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
wantItNowPostArray - WantItNowPostArrayType
hasMoreItems - SOAP::SOAPBoolean
itemsPerPage - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt
paginationResult - PaginationResultType

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, wantItNowPostArray = nil, hasMoreItems = nil, itemsPerPage = nil, pageNumber = nil, paginationResult = nil) ⇒ GetWantItNowSearchResultsResponseType

Returns a new instance of GetWantItNowSearchResultsResponseType.



13400
13401
13402
13403
13404
13405
13406
13407
13408
13409
13410
13411
13412
13413
13414
13415
13416
13417
13418
13419
13420
13421
# File 'lib/eBay.rb', line 13400

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, wantItNowPostArray = nil, hasMoreItems = nil, itemsPerPage = nil, pageNumber = nil, paginationResult = 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
  @wantItNowPostArray = wantItNowPostArray
  @hasMoreItems = hasMoreItems
  @itemsPerPage = itemsPerPage
  @pageNumber = pageNumber
  @paginationResult = paginationResult
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13389
13390
13391
# File 'lib/eBay.rb', line 13389

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13376
13377
13378
# File 'lib/eBay.rb', line 13376

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13388
13389
13390
# File 'lib/eBay.rb', line 13388

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13381
13382
13383
# File 'lib/eBay.rb', line 13381

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13377
13378
13379
# File 'lib/eBay.rb', line 13377

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13383
13384
13385
# File 'lib/eBay.rb', line 13383

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13385
13386
13387
# File 'lib/eBay.rb', line 13385

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13378
13379
13380
# File 'lib/eBay.rb', line 13378

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13387
13388
13389
# File 'lib/eBay.rb', line 13387

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreItemsObject

Returns the value of attribute hasMoreItems.



13391
13392
13393
# File 'lib/eBay.rb', line 13391

def hasMoreItems
  @hasMoreItems
end

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



13392
13393
13394
# File 'lib/eBay.rb', line 13392

def itemsPerPage
  @itemsPerPage
end

#messageObject

Returns the value of attribute message.



13379
13380
13381
# File 'lib/eBay.rb', line 13379

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13382
13383
13384
# File 'lib/eBay.rb', line 13382

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13386
13387
13388
# File 'lib/eBay.rb', line 13386

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



13393
13394
13395
# File 'lib/eBay.rb', line 13393

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



13394
13395
13396
# File 'lib/eBay.rb', line 13394

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13384
13385
13386
# File 'lib/eBay.rb', line 13384

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



13375
13376
13377
# File 'lib/eBay.rb', line 13375

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13380
13381
13382
# File 'lib/eBay.rb', line 13380

def version
  @version
end

#wantItNowPostArrayObject

Returns the value of attribute wantItNowPostArray.



13390
13391
13392
# File 'lib/eBay.rb', line 13390

def wantItNowPostArray
  @wantItNowPostArray
end

Instance Method Details

#set_any(elements) ⇒ Object



13396
13397
13398
# File 'lib/eBay.rb', line 13396

def set_any(elements)
  @__xmlele_any = elements
end