Class: AddDisputeResponseResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddDisputeResponseResponseType

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

Returns a new instance of AddDisputeResponseResponseType.



7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
# File 'lib/eBay.rb', line 7490

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.



7484
7485
7486
# File 'lib/eBay.rb', line 7484

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7471
7472
7473
# File 'lib/eBay.rb', line 7471

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



7483
7484
7485
# File 'lib/eBay.rb', line 7483

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



7476
7477
7478
# File 'lib/eBay.rb', line 7476

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7472
7473
7474
# File 'lib/eBay.rb', line 7472

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7478
7479
7480
# File 'lib/eBay.rb', line 7478

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



7480
7481
7482
# File 'lib/eBay.rb', line 7480

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



7473
7474
7475
# File 'lib/eBay.rb', line 7473

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7482
7483
7484
# File 'lib/eBay.rb', line 7482

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



7474
7475
7476
# File 'lib/eBay.rb', line 7474

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7477
7478
7479
# File 'lib/eBay.rb', line 7477

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7481
7482
7483
# File 'lib/eBay.rb', line 7481

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7479
7480
7481
# File 'lib/eBay.rb', line 7479

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



7470
7471
7472
# File 'lib/eBay.rb', line 7470

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7475
7476
7477
# File 'lib/eBay.rb', line 7475

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7486
7487
7488
# File 'lib/eBay.rb', line 7486

def set_any(elements)
  @__xmlele_any = elements
end