Class: EBay::GetHighBiddersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetHighBiddersResponseType

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
bidArray - EBay::OfferArrayType
listingStatus - EBay::ListingStatusCodeType

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, bidArray = nil, listingStatus = nil) ⇒ GetHighBiddersResponseType

Returns a new instance of GetHighBiddersResponseType.



12309
12310
12311
12312
12313
12314
12315
12316
12317
12318
12319
12320
12321
12322
12323
12324
12325
12326
12327
12328
# File 'lib/eBay.rb', line 12309

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, bidArray = nil, listingStatus = 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
  @bidArray = bidArray
  @listingStatus = listingStatus
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12301
12302
12303
# File 'lib/eBay.rb', line 12301

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12287
12288
12289
# File 'lib/eBay.rb', line 12287

def ack
  @ack
end

#bidArrayObject

Returns the value of attribute bidArray.



12302
12303
12304
# File 'lib/eBay.rb', line 12302

def bidArray
  @bidArray
end

#botBlockObject

Returns the value of attribute botBlock.



12299
12300
12301
# File 'lib/eBay.rb', line 12299

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12292
12293
12294
# File 'lib/eBay.rb', line 12292

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12288
12289
12290
# File 'lib/eBay.rb', line 12288

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12294
12295
12296
# File 'lib/eBay.rb', line 12294

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12296
12297
12298
# File 'lib/eBay.rb', line 12296

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12289
12290
12291
# File 'lib/eBay.rb', line 12289

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



12300
12301
12302
# File 'lib/eBay.rb', line 12300

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12298
12299
12300
# File 'lib/eBay.rb', line 12298

def hardExpirationWarning
  @hardExpirationWarning
end

#listingStatusObject

Returns the value of attribute listingStatus.



12303
12304
12305
# File 'lib/eBay.rb', line 12303

def listingStatus
  @listingStatus
end

#messageObject

Returns the value of attribute message.



12290
12291
12292
# File 'lib/eBay.rb', line 12290

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12293
12294
12295
# File 'lib/eBay.rb', line 12293

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12297
12298
12299
# File 'lib/eBay.rb', line 12297

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12295
12296
12297
# File 'lib/eBay.rb', line 12295

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



12286
12287
12288
# File 'lib/eBay.rb', line 12286

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12291
12292
12293
# File 'lib/eBay.rb', line 12291

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12305
12306
12307
# File 'lib/eBay.rb', line 12305

def set_any(elements)
  @__xmlele_any = elements
end