Class: GetBidderListResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetBidderListResponseType

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

Returns a new instance of GetBidderListResponseType.



8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
8913
8914
8915
# File 'lib/eBay.rb', line 8897

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8889
8890
8891
# File 'lib/eBay.rb', line 8889

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8876
8877
8878
# File 'lib/eBay.rb', line 8876

def ack
  @ack
end

#bidderObject

Returns the value of attribute bidder.



8890
8891
8892
# File 'lib/eBay.rb', line 8890

def bidder
  @bidder
end

#bidItemArrayObject

Returns the value of attribute bidItemArray.



8891
8892
8893
# File 'lib/eBay.rb', line 8891

def bidItemArray
  @bidItemArray
end

#botBlockObject

Returns the value of attribute botBlock.



8888
8889
8890
# File 'lib/eBay.rb', line 8888

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



8881
8882
8883
# File 'lib/eBay.rb', line 8881

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8877
8878
8879
# File 'lib/eBay.rb', line 8877

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8883
8884
8885
# File 'lib/eBay.rb', line 8883

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



8885
8886
8887
# File 'lib/eBay.rb', line 8885

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



8878
8879
8880
# File 'lib/eBay.rb', line 8878

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8887
8888
8889
# File 'lib/eBay.rb', line 8887

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8879
8880
8881
# File 'lib/eBay.rb', line 8879

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8882
8883
8884
# File 'lib/eBay.rb', line 8882

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8886
8887
8888
# File 'lib/eBay.rb', line 8886

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8884
8885
8886
# File 'lib/eBay.rb', line 8884

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8875
8876
8877
# File 'lib/eBay.rb', line 8875

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8880
8881
8882
# File 'lib/eBay.rb', line 8880

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8893
8894
8895
# File 'lib/eBay.rb', line 8893

def set_any(elements)
  @__xmlele_any = elements
end