Class: GetUserDisputesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetUserDisputesResponseType

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
startingDisputeID - (any)
endingDisputeID - (any)
disputeArray - DisputeArrayType
itemsPerPage - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt
disputeFilterCount - DisputeFilterCountType
paginationResult - PaginationResultType

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, startingDisputeID = nil, endingDisputeID = nil, disputeArray = nil, itemsPerPage = nil, pageNumber = nil, disputeFilterCount = [], paginationResult = nil) ⇒ GetUserDisputesResponseType

Returns a new instance of GetUserDisputesResponseType.



13057
13058
13059
13060
13061
13062
13063
13064
13065
13066
13067
13068
13069
13070
13071
13072
13073
13074
13075
13076
13077
13078
13079
13080
# File 'lib/eBay.rb', line 13057

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, startingDisputeID = nil, endingDisputeID = nil, disputeArray = nil, itemsPerPage = nil, pageNumber = nil, disputeFilterCount = [], paginationResult = 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
  @startingDisputeID = startingDisputeID
  @endingDisputeID = endingDisputeID
  @disputeArray = disputeArray
  @itemsPerPage = itemsPerPage
  @pageNumber = pageNumber
  @disputeFilterCount = disputeFilterCount
  @paginationResult = paginationResult
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13044
13045
13046
# File 'lib/eBay.rb', line 13044

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13031
13032
13033
# File 'lib/eBay.rb', line 13031

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13043
13044
13045
# File 'lib/eBay.rb', line 13043

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13036
13037
13038
# File 'lib/eBay.rb', line 13036

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13032
13033
13034
# File 'lib/eBay.rb', line 13032

def correlationID
  @correlationID
end

#disputeArrayObject

Returns the value of attribute disputeArray.



13047
13048
13049
# File 'lib/eBay.rb', line 13047

def disputeArray
  @disputeArray
end

#disputeFilterCountObject

Returns the value of attribute disputeFilterCount.



13050
13051
13052
# File 'lib/eBay.rb', line 13050

def disputeFilterCount
  @disputeFilterCount
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13038
13039
13040
# File 'lib/eBay.rb', line 13038

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13040
13041
13042
# File 'lib/eBay.rb', line 13040

def eIASToken
  @eIASToken
end

#endingDisputeIDObject

Returns the value of attribute endingDisputeID.



13046
13047
13048
# File 'lib/eBay.rb', line 13046

def endingDisputeID
  @endingDisputeID
end

#errorsObject

Returns the value of attribute errors.



13033
13034
13035
# File 'lib/eBay.rb', line 13033

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13042
13043
13044
# File 'lib/eBay.rb', line 13042

def hardExpirationWarning
  @hardExpirationWarning
end

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



13048
13049
13050
# File 'lib/eBay.rb', line 13048

def itemsPerPage
  @itemsPerPage
end

#messageObject

Returns the value of attribute message.



13034
13035
13036
# File 'lib/eBay.rb', line 13034

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13037
13038
13039
# File 'lib/eBay.rb', line 13037

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13041
13042
13043
# File 'lib/eBay.rb', line 13041

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



13049
13050
13051
# File 'lib/eBay.rb', line 13049

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



13051
13052
13053
# File 'lib/eBay.rb', line 13051

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13039
13040
13041
# File 'lib/eBay.rb', line 13039

def recipientUserID
  @recipientUserID
end

#startingDisputeIDObject

Returns the value of attribute startingDisputeID.



13045
13046
13047
# File 'lib/eBay.rb', line 13045

def startingDisputeID
  @startingDisputeID
end

#timestampObject

Returns the value of attribute timestamp.



13030
13031
13032
# File 'lib/eBay.rb', line 13030

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13035
13036
13037
# File 'lib/eBay.rb', line 13035

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13053
13054
13055
# File 'lib/eBay.rb', line 13053

def set_any(elements)
  @__xmlele_any = elements
end