Class: GetLiveAuctionBiddersResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetLiveAuctionBiddersResponseType

Constant Summary collapse

@@schema_type =
"GetLiveAuctionBiddersResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
  ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
  ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
  ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["bidderDetails", ["BidderDetailArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidderDetails")]],
  ["totalPending", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalPending")]],
  ["totalApproved", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalApproved")]],
  ["totalDenied", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalDenied")]],
  ["pageNumber", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PageNumber")]],
  ["paginationResult", ["PaginationResultType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaginationResult")]]
]

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

Returns a new instance of GetLiveAuctionBiddersResponseType.



5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
# File 'lib/eBay.rb', line 5297

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, 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
  @__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.



5285
5286
5287
# File 'lib/eBay.rb', line 5285

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



5273
5274
5275
# File 'lib/eBay.rb', line 5273

def ack
  @ack
end

#bidderDetailsObject

Returns the value of attribute bidderDetails.



5286
5287
5288
# File 'lib/eBay.rb', line 5286

def bidderDetails
  @bidderDetails
end

#buildObject

Returns the value of attribute build.



5278
5279
5280
# File 'lib/eBay.rb', line 5278

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



5274
5275
5276
# File 'lib/eBay.rb', line 5274

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



5280
5281
5282
# File 'lib/eBay.rb', line 5280

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



5282
5283
5284
# File 'lib/eBay.rb', line 5282

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



5275
5276
5277
# File 'lib/eBay.rb', line 5275

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



5284
5285
5286
# File 'lib/eBay.rb', line 5284

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



5276
5277
5278
# File 'lib/eBay.rb', line 5276

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



5279
5280
5281
# File 'lib/eBay.rb', line 5279

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



5283
5284
5285
# File 'lib/eBay.rb', line 5283

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



5290
5291
5292
# File 'lib/eBay.rb', line 5290

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



5291
5292
5293
# File 'lib/eBay.rb', line 5291

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



5281
5282
5283
# File 'lib/eBay.rb', line 5281

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



5272
5273
5274
# File 'lib/eBay.rb', line 5272

def timestamp
  @timestamp
end

#totalApprovedObject

Returns the value of attribute totalApproved.



5288
5289
5290
# File 'lib/eBay.rb', line 5288

def totalApproved
  @totalApproved
end

#totalDeniedObject

Returns the value of attribute totalDenied.



5289
5290
5291
# File 'lib/eBay.rb', line 5289

def totalDenied
  @totalDenied
end

#totalPendingObject

Returns the value of attribute totalPending.



5287
5288
5289
# File 'lib/eBay.rb', line 5287

def totalPending
  @totalPending
end

#versionObject

Returns the value of attribute version.



5277
5278
5279
# File 'lib/eBay.rb', line 5277

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5293
5294
5295
# File 'lib/eBay.rb', line 5293

def set_any(elements)
  @__xmlele_any = elements
end