Class: RespondToFeedbackResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsRespondToFeedbackResponseType

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

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) ⇒ RespondToFeedbackResponseType

Returns a new instance of RespondToFeedbackResponseType.



13993
13994
13995
13996
13997
13998
13999
14000
14001
14002
14003
14004
14005
14006
14007
14008
14009
# File 'lib/eBay.rb', line 13993

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13987
13988
13989
# File 'lib/eBay.rb', line 13987

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13974
13975
13976
# File 'lib/eBay.rb', line 13974

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13986
13987
13988
# File 'lib/eBay.rb', line 13986

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13979
13980
13981
# File 'lib/eBay.rb', line 13979

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13975
13976
13977
# File 'lib/eBay.rb', line 13975

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13981
13982
13983
# File 'lib/eBay.rb', line 13981

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13983
13984
13985
# File 'lib/eBay.rb', line 13983

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13976
13977
13978
# File 'lib/eBay.rb', line 13976

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13985
13986
13987
# File 'lib/eBay.rb', line 13985

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13977
13978
13979
# File 'lib/eBay.rb', line 13977

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13980
13981
13982
# File 'lib/eBay.rb', line 13980

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13984
13985
13986
# File 'lib/eBay.rb', line 13984

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13982
13983
13984
# File 'lib/eBay.rb', line 13982

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



13973
13974
13975
# File 'lib/eBay.rb', line 13973

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13978
13979
13980
# File 'lib/eBay.rb', line 13978

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13989
13990
13991
# File 'lib/eBay.rb', line 13989

def set_any(elements)
  @__xmlele_any = elements
end