Class: GetBestOffersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetBestOffersResponseType

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
bestOfferArray - BestOfferArrayType
item - ItemType

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, bestOfferArray = nil, item = nil) ⇒ GetBestOffersResponseType

Returns a new instance of GetBestOffersResponseType.



8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
# File 'lib/eBay.rb', line 8836

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, bestOfferArray = nil, item = 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
  @bestOfferArray = bestOfferArray
  @item = item
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8828
8829
8830
# File 'lib/eBay.rb', line 8828

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8815
8816
8817
# File 'lib/eBay.rb', line 8815

def ack
  @ack
end

#bestOfferArrayObject

Returns the value of attribute bestOfferArray.



8829
8830
8831
# File 'lib/eBay.rb', line 8829

def bestOfferArray
  @bestOfferArray
end

#botBlockObject

Returns the value of attribute botBlock.



8827
8828
8829
# File 'lib/eBay.rb', line 8827

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



8820
8821
8822
# File 'lib/eBay.rb', line 8820

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8816
8817
8818
# File 'lib/eBay.rb', line 8816

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8822
8823
8824
# File 'lib/eBay.rb', line 8822

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



8824
8825
8826
# File 'lib/eBay.rb', line 8824

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



8817
8818
8819
# File 'lib/eBay.rb', line 8817

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8826
8827
8828
# File 'lib/eBay.rb', line 8826

def hardExpirationWarning
  @hardExpirationWarning
end

#itemObject

Returns the value of attribute item.



8830
8831
8832
# File 'lib/eBay.rb', line 8830

def item
  @item
end

#messageObject

Returns the value of attribute message.



8818
8819
8820
# File 'lib/eBay.rb', line 8818

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8821
8822
8823
# File 'lib/eBay.rb', line 8821

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8825
8826
8827
# File 'lib/eBay.rb', line 8825

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8823
8824
8825
# File 'lib/eBay.rb', line 8823

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8814
8815
8816
# File 'lib/eBay.rb', line 8814

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8819
8820
8821
# File 'lib/eBay.rb', line 8819

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8832
8833
8834
# File 'lib/eBay.rb', line 8832

def set_any(elements)
  @__xmlele_any = elements
end