Class: EBay::GetBidderListResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetBidderListResponseType

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
bidder - EBay::UserType
bidItemArray - EBay::ItemArrayType

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, bidder = nil, bidItemArray = nil) ⇒ GetBidderListResponseType

Returns a new instance of GetBidderListResponseType.



11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
# File 'lib/eBay.rb', line 11362

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, bidder = nil, bidItemArray = 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
  @bidder = bidder
  @bidItemArray = bidItemArray
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11354
11355
11356
# File 'lib/eBay.rb', line 11354

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11340
11341
11342
# File 'lib/eBay.rb', line 11340

def ack
  @ack
end

#bidderObject

Returns the value of attribute bidder.



11355
11356
11357
# File 'lib/eBay.rb', line 11355

def bidder
  @bidder
end

#bidItemArrayObject

Returns the value of attribute bidItemArray.



11356
11357
11358
# File 'lib/eBay.rb', line 11356

def bidItemArray
  @bidItemArray
end

#botBlockObject

Returns the value of attribute botBlock.



11352
11353
11354
# File 'lib/eBay.rb', line 11352

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11345
11346
11347
# File 'lib/eBay.rb', line 11345

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11341
11342
11343
# File 'lib/eBay.rb', line 11341

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11347
11348
11349
# File 'lib/eBay.rb', line 11347

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11349
11350
11351
# File 'lib/eBay.rb', line 11349

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11342
11343
11344
# File 'lib/eBay.rb', line 11342

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



11353
11354
11355
# File 'lib/eBay.rb', line 11353

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11351
11352
11353
# File 'lib/eBay.rb', line 11351

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11343
11344
11345
# File 'lib/eBay.rb', line 11343

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11346
11347
11348
# File 'lib/eBay.rb', line 11346

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11350
11351
11352
# File 'lib/eBay.rb', line 11350

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11348
11349
11350
# File 'lib/eBay.rb', line 11348

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11339
11340
11341
# File 'lib/eBay.rb', line 11339

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11344
11345
11346
# File 'lib/eBay.rb', line 11344

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11358
11359
11360
# File 'lib/eBay.rb', line 11358

def set_any(elements)
  @__xmlele_any = elements
end