Class: GetUserDisputesResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetUserDisputesResponseType

Constant Summary collapse

@@schema_type =
"GetUserDisputesResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
  ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
  ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
  ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["startingDisputeID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StartingDisputeID")]],
  ["endingDisputeID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndingDisputeID")]],
  ["disputeArray", ["DisputeArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisputeArray")]],
  ["itemsPerPage", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemsPerPage")]],
  ["pageNumber", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PageNumber")]],
  ["disputeFilterCount", ["DisputeFilterCountType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisputeFilterCount")]],
  ["paginationResult", ["PaginationResultType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaginationResult")]]
]

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

Returns a new instance of GetUserDisputesResponseType.



10158
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
# File 'lib/eBay.rb', line 10158

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, 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
  @__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.



10145
10146
10147
# File 'lib/eBay.rb', line 10145

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10133
10134
10135
# File 'lib/eBay.rb', line 10133

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



10138
10139
10140
# File 'lib/eBay.rb', line 10138

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10134
10135
10136
# File 'lib/eBay.rb', line 10134

def correlationID
  @correlationID
end

#disputeArrayObject

Returns the value of attribute disputeArray.



10148
10149
10150
# File 'lib/eBay.rb', line 10148

def disputeArray
  @disputeArray
end

#disputeFilterCountObject

Returns the value of attribute disputeFilterCount.



10151
10152
10153
# File 'lib/eBay.rb', line 10151

def disputeFilterCount
  @disputeFilterCount
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10140
10141
10142
# File 'lib/eBay.rb', line 10140

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10142
10143
10144
# File 'lib/eBay.rb', line 10142

def eIASToken
  @eIASToken
end

#endingDisputeIDObject

Returns the value of attribute endingDisputeID.



10147
10148
10149
# File 'lib/eBay.rb', line 10147

def endingDisputeID
  @endingDisputeID
end

#errorsObject

Returns the value of attribute errors.



10135
10136
10137
# File 'lib/eBay.rb', line 10135

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10144
10145
10146
# File 'lib/eBay.rb', line 10144

def hardExpirationWarning
  @hardExpirationWarning
end

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



10149
10150
10151
# File 'lib/eBay.rb', line 10149

def itemsPerPage
  @itemsPerPage
end

#messageObject

Returns the value of attribute message.



10136
10137
10138
# File 'lib/eBay.rb', line 10136

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10139
10140
10141
# File 'lib/eBay.rb', line 10139

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10143
10144
10145
# File 'lib/eBay.rb', line 10143

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



10150
10151
10152
# File 'lib/eBay.rb', line 10150

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



10152
10153
10154
# File 'lib/eBay.rb', line 10152

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10141
10142
10143
# File 'lib/eBay.rb', line 10141

def recipientUserID
  @recipientUserID
end

#startingDisputeIDObject

Returns the value of attribute startingDisputeID.



10146
10147
10148
# File 'lib/eBay.rb', line 10146

def startingDisputeID
  @startingDisputeID
end

#timestampObject

Returns the value of attribute timestamp.



10132
10133
10134
# File 'lib/eBay.rb', line 10132

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10137
10138
10139
# File 'lib/eBay.rb', line 10137

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10154
10155
10156
# File 'lib/eBay.rb', line 10154

def set_any(elements)
  @__xmlele_any = elements
end