Class: GetAllBiddersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAllBiddersResponseType

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
bidArray - OfferArrayType
highBidder - (any)
highestBid - AmountType
listingStatus - 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, bidArray = nil, highBidder = nil, highestBid = nil, listingStatus = nil) ⇒ GetAllBiddersResponseType

Returns a new instance of GetAllBiddersResponseType.



8596
8597
8598
8599
8600
8601
8602
8603
8604
8605
8606
8607
8608
8609
8610
8611
8612
8613
8614
8615
8616
# File 'lib/eBay.rb', line 8596

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8586
8587
8588
# File 'lib/eBay.rb', line 8586

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8573
8574
8575
# File 'lib/eBay.rb', line 8573

def ack
  @ack
end

#bidArrayObject

Returns the value of attribute bidArray.



8587
8588
8589
# File 'lib/eBay.rb', line 8587

def bidArray
  @bidArray
end

#botBlockObject

Returns the value of attribute botBlock.



8585
8586
8587
# File 'lib/eBay.rb', line 8585

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



8578
8579
8580
# File 'lib/eBay.rb', line 8578

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8574
8575
8576
# File 'lib/eBay.rb', line 8574

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8580
8581
8582
# File 'lib/eBay.rb', line 8580

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



8582
8583
8584
# File 'lib/eBay.rb', line 8582

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



8575
8576
8577
# File 'lib/eBay.rb', line 8575

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8584
8585
8586
# File 'lib/eBay.rb', line 8584

def hardExpirationWarning
  @hardExpirationWarning
end

#highBidderObject

Returns the value of attribute highBidder.



8588
8589
8590
# File 'lib/eBay.rb', line 8588

def highBidder
  @highBidder
end

#highestBidObject

Returns the value of attribute highestBid.



8589
8590
8591
# File 'lib/eBay.rb', line 8589

def highestBid
  @highestBid
end

#listingStatusObject

Returns the value of attribute listingStatus.



8590
8591
8592
# File 'lib/eBay.rb', line 8590

def listingStatus
  @listingStatus
end

#messageObject

Returns the value of attribute message.



8576
8577
8578
# File 'lib/eBay.rb', line 8576

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8579
8580
8581
# File 'lib/eBay.rb', line 8579

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8583
8584
8585
# File 'lib/eBay.rb', line 8583

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8581
8582
8583
# File 'lib/eBay.rb', line 8581

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8572
8573
8574
# File 'lib/eBay.rb', line 8572

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8577
8578
8579
# File 'lib/eBay.rb', line 8577

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8592
8593
8594
# File 'lib/eBay.rb', line 8592

def set_any(elements)
  @__xmlele_any = elements
end