Class: SellerReverseDisputeResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellerReverseDisputeResponseType

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

Returns a new instance of SellerReverseDisputeResponseType.



14408
14409
14410
14411
14412
14413
14414
14415
14416
14417
14418
14419
14420
14421
14422
14423
14424
# File 'lib/eBay.rb', line 14408

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.



14402
14403
14404
# File 'lib/eBay.rb', line 14402

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14389
14390
14391
# File 'lib/eBay.rb', line 14389

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14401
14402
14403
# File 'lib/eBay.rb', line 14401

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14394
14395
14396
# File 'lib/eBay.rb', line 14394

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14390
14391
14392
# File 'lib/eBay.rb', line 14390

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14396
14397
14398
# File 'lib/eBay.rb', line 14396

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14398
14399
14400
# File 'lib/eBay.rb', line 14398

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14391
14392
14393
# File 'lib/eBay.rb', line 14391

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14400
14401
14402
# File 'lib/eBay.rb', line 14400

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14392
14393
14394
# File 'lib/eBay.rb', line 14392

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14395
14396
14397
# File 'lib/eBay.rb', line 14395

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14399
14400
14401
# File 'lib/eBay.rb', line 14399

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14397
14398
14399
# File 'lib/eBay.rb', line 14397

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14388
14389
14390
# File 'lib/eBay.rb', line 14388

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14393
14394
14395
# File 'lib/eBay.rb', line 14393

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14404
14405
14406
# File 'lib/eBay.rb', line 14404

def set_any(elements)
  @__xmlele_any = elements
end