Class: GetLiveAuctionBiddersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetLiveAuctionBiddersResponseType

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
bidderDetails - BidderDetailArrayType
totalPending - SOAP::SOAPInt
totalApproved - SOAP::SOAPInt
totalDenied - 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, bidderDetails = nil, totalPending = nil, totalApproved = nil, totalDenied = nil, pageNumber = nil, paginationResult = nil) ⇒ GetLiveAuctionBiddersResponseType

Returns a new instance of GetLiveAuctionBiddersResponseType.



10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
# File 'lib/eBay.rb', line 10307

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, bidderDetails = nil, totalPending = nil, totalApproved = nil, totalDenied = 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
  @bidderDetails = bidderDetails
  @totalPending = totalPending
  @totalApproved = totalApproved
  @totalDenied = totalDenied
  @pageNumber = pageNumber
  @paginationResult = paginationResult
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10295
10296
10297
# File 'lib/eBay.rb', line 10295

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10282
10283
10284
# File 'lib/eBay.rb', line 10282

def ack
  @ack
end

#bidderDetailsObject

Returns the value of attribute bidderDetails.



10296
10297
10298
# File 'lib/eBay.rb', line 10296

def bidderDetails
  @bidderDetails
end

#botBlockObject

Returns the value of attribute botBlock.



10294
10295
10296
# File 'lib/eBay.rb', line 10294

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10287
10288
10289
# File 'lib/eBay.rb', line 10287

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10283
10284
10285
# File 'lib/eBay.rb', line 10283

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10289
10290
10291
# File 'lib/eBay.rb', line 10289

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10291
10292
10293
# File 'lib/eBay.rb', line 10291

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



10284
10285
10286
# File 'lib/eBay.rb', line 10284

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10293
10294
10295
# File 'lib/eBay.rb', line 10293

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



10285
10286
10287
# File 'lib/eBay.rb', line 10285

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10288
10289
10290
# File 'lib/eBay.rb', line 10288

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10292
10293
10294
# File 'lib/eBay.rb', line 10292

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



10300
10301
10302
# File 'lib/eBay.rb', line 10300

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



10301
10302
10303
# File 'lib/eBay.rb', line 10301

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10290
10291
10292
# File 'lib/eBay.rb', line 10290

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



10281
10282
10283
# File 'lib/eBay.rb', line 10281

def timestamp
  @timestamp
end

#totalApprovedObject

Returns the value of attribute totalApproved.



10298
10299
10300
# File 'lib/eBay.rb', line 10298

def totalApproved
  @totalApproved
end

#totalDeniedObject

Returns the value of attribute totalDenied.



10299
10300
10301
# File 'lib/eBay.rb', line 10299

def totalDenied
  @totalDenied
end

#totalPendingObject

Returns the value of attribute totalPending.



10297
10298
10299
# File 'lib/eBay.rb', line 10297

def totalPending
  @totalPending
end

#versionObject

Returns the value of attribute version.



10286
10287
10288
# File 'lib/eBay.rb', line 10286

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10303
10304
10305
# File 'lib/eBay.rb', line 10303

def set_any(elements)
  @__xmlele_any = elements
end