Class: EBay::GetBestOffersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetBestOffersResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - 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
bestOfferArray - EBay::BestOfferArrayType
item - EBay::ItemType
itemBestOffersArray - EBay::ItemBestOffersArrayType
pageNumber - SOAP::SOAPInt
paginationResult - EBay::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, externalUserData = nil, bestOfferArray = nil, item = nil, itemBestOffersArray = nil, pageNumber = nil, paginationResult = nil) ⇒ GetBestOffersResponseType

Returns a new instance of GetBestOffersResponseType.



11295
11296
11297
11298
11299
11300
11301
11302
11303
11304
11305
11306
11307
11308
11309
11310
11311
11312
11313
11314
11315
11316
11317
# File 'lib/eBay.rb', line 11295

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, externalUserData = nil, bestOfferArray = nil, item = nil, itemBestOffersArray = 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
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @bestOfferArray = bestOfferArray
  @item = item
  @itemBestOffersArray = itemBestOffersArray
  @pageNumber = pageNumber
  @paginationResult = paginationResult
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11284
11285
11286
# File 'lib/eBay.rb', line 11284

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11270
11271
11272
# File 'lib/eBay.rb', line 11270

def ack
  @ack
end

#bestOfferArrayObject

Returns the value of attribute bestOfferArray.



11285
11286
11287
# File 'lib/eBay.rb', line 11285

def bestOfferArray
  @bestOfferArray
end

#botBlockObject

Returns the value of attribute botBlock.



11282
11283
11284
# File 'lib/eBay.rb', line 11282

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11275
11276
11277
# File 'lib/eBay.rb', line 11275

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11271
11272
11273
# File 'lib/eBay.rb', line 11271

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11277
11278
11279
# File 'lib/eBay.rb', line 11277

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11279
11280
11281
# File 'lib/eBay.rb', line 11279

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11272
11273
11274
# File 'lib/eBay.rb', line 11272

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



11283
11284
11285
# File 'lib/eBay.rb', line 11283

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11281
11282
11283
# File 'lib/eBay.rb', line 11281

def hardExpirationWarning
  @hardExpirationWarning
end

#itemObject

Returns the value of attribute item.



11286
11287
11288
# File 'lib/eBay.rb', line 11286

def item
  @item
end

#itemBestOffersArrayObject

Returns the value of attribute itemBestOffersArray.



11287
11288
11289
# File 'lib/eBay.rb', line 11287

def itemBestOffersArray
  @itemBestOffersArray
end

#messageObject

Returns the value of attribute message.



11273
11274
11275
# File 'lib/eBay.rb', line 11273

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11276
11277
11278
# File 'lib/eBay.rb', line 11276

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11280
11281
11282
# File 'lib/eBay.rb', line 11280

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



11288
11289
11290
# File 'lib/eBay.rb', line 11288

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



11289
11290
11291
# File 'lib/eBay.rb', line 11289

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11278
11279
11280
# File 'lib/eBay.rb', line 11278

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11269
11270
11271
# File 'lib/eBay.rb', line 11269

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11274
11275
11276
# File 'lib/eBay.rb', line 11274

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11291
11292
11293
# File 'lib/eBay.rb', line 11291

def set_any(elements)
  @__xmlele_any = elements
end