Class: RespondToBestOfferResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsRespondToBestOfferResponseType

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

Returns a new instance of RespondToBestOfferResponseType.



13937
13938
13939
13940
13941
13942
13943
13944
13945
13946
13947
13948
13949
13950
13951
13952
13953
13954
# File 'lib/eBay.rb', line 13937

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13930
13931
13932
# File 'lib/eBay.rb', line 13930

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13917
13918
13919
# File 'lib/eBay.rb', line 13917

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13929
13930
13931
# File 'lib/eBay.rb', line 13929

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13922
13923
13924
# File 'lib/eBay.rb', line 13922

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13918
13919
13920
# File 'lib/eBay.rb', line 13918

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13924
13925
13926
# File 'lib/eBay.rb', line 13924

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13926
13927
13928
# File 'lib/eBay.rb', line 13926

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13919
13920
13921
# File 'lib/eBay.rb', line 13919

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13928
13929
13930
# File 'lib/eBay.rb', line 13928

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13920
13921
13922
# File 'lib/eBay.rb', line 13920

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13923
13924
13925
# File 'lib/eBay.rb', line 13923

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13927
13928
13929
# File 'lib/eBay.rb', line 13927

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13925
13926
13927
# File 'lib/eBay.rb', line 13925

def recipientUserID
  @recipientUserID
end

#respondToBestOfferObject

Returns the value of attribute respondToBestOffer.



13931
13932
13933
# File 'lib/eBay.rb', line 13931

def respondToBestOffer
  @respondToBestOffer
end

#timestampObject

Returns the value of attribute timestamp.



13916
13917
13918
# File 'lib/eBay.rb', line 13916

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13921
13922
13923
# File 'lib/eBay.rb', line 13921

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13933
13934
13935
# File 'lib/eBay.rb', line 13933

def set_any(elements)
  @__xmlele_any = elements
end