Class: GetHighBiddersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetHighBiddersResponseType

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

Returns a new instance of GetHighBiddersResponseType.



9927
9928
9929
9930
9931
9932
9933
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
# File 'lib/eBay.rb', line 9927

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9919
9920
9921
# File 'lib/eBay.rb', line 9919

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9906
9907
9908
# File 'lib/eBay.rb', line 9906

def ack
  @ack
end

#bidArrayObject

Returns the value of attribute bidArray.



9920
9921
9922
# File 'lib/eBay.rb', line 9920

def bidArray
  @bidArray
end

#botBlockObject

Returns the value of attribute botBlock.



9918
9919
9920
# File 'lib/eBay.rb', line 9918

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9911
9912
9913
# File 'lib/eBay.rb', line 9911

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9907
9908
9909
# File 'lib/eBay.rb', line 9907

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9913
9914
9915
# File 'lib/eBay.rb', line 9913

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9915
9916
9917
# File 'lib/eBay.rb', line 9915

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9908
9909
9910
# File 'lib/eBay.rb', line 9908

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9917
9918
9919
# File 'lib/eBay.rb', line 9917

def hardExpirationWarning
  @hardExpirationWarning
end

#listingStatusObject

Returns the value of attribute listingStatus.



9921
9922
9923
# File 'lib/eBay.rb', line 9921

def listingStatus
  @listingStatus
end

#messageObject

Returns the value of attribute message.



9909
9910
9911
# File 'lib/eBay.rb', line 9909

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9912
9913
9914
# File 'lib/eBay.rb', line 9912

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9916
9917
9918
# File 'lib/eBay.rb', line 9916

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9914
9915
9916
# File 'lib/eBay.rb', line 9914

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



9905
9906
9907
# File 'lib/eBay.rb', line 9905

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9910
9911
9912
# File 'lib/eBay.rb', line 9910

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9923
9924
9925
# File 'lib/eBay.rb', line 9923

def set_any(elements)
  @__xmlele_any = elements
end