Class: EBay::RespondToBestOfferResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsRespondToBestOfferResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
respondToBestOffer - EBay::BestOfferArrayType

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, externalUserData = nil, respondToBestOffer = nil) ⇒ RespondToBestOfferResponseType

Returns a new instance of RespondToBestOfferResponseType.



16949
16950
16951
16952
16953
16954
16955
16956
16957
16958
16959
16960
16961
16962
16963
16964
16965
16966
16967
# File 'lib/eBay.rb', line 16949

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, externalUserData = nil, respondToBestOffer = 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
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @respondToBestOffer = respondToBestOffer
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16942
16943
16944
# File 'lib/eBay.rb', line 16942

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



16928
16929
16930
# File 'lib/eBay.rb', line 16928

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



16940
16941
16942
# File 'lib/eBay.rb', line 16940

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



16933
16934
16935
# File 'lib/eBay.rb', line 16933

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



16929
16930
16931
# File 'lib/eBay.rb', line 16929

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



16935
16936
16937
# File 'lib/eBay.rb', line 16935

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



16937
16938
16939
# File 'lib/eBay.rb', line 16937

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



16930
16931
16932
# File 'lib/eBay.rb', line 16930

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



16941
16942
16943
# File 'lib/eBay.rb', line 16941

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



16939
16940
16941
# File 'lib/eBay.rb', line 16939

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



16931
16932
16933
# File 'lib/eBay.rb', line 16931

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



16934
16935
16936
# File 'lib/eBay.rb', line 16934

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



16938
16939
16940
# File 'lib/eBay.rb', line 16938

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



16936
16937
16938
# File 'lib/eBay.rb', line 16936

def recipientUserID
  @recipientUserID
end

#respondToBestOfferObject

Returns the value of attribute respondToBestOffer.



16943
16944
16945
# File 'lib/eBay.rb', line 16943

def respondToBestOffer
  @respondToBestOffer
end

#timestampObject

Returns the value of attribute timestamp.



16927
16928
16929
# File 'lib/eBay.rb', line 16927

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



16932
16933
16934
# File 'lib/eBay.rb', line 16932

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



16945
16946
16947
# File 'lib/eBay.rb', line 16945

def set_any(elements)
  @__xmlele_any = elements
end