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

Returns a new instance of GetUserDisputesResponseType.



8077
8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
# File 'lib/eBay.rb', line 8077

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = 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
  @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.



8064
8065
8066
# File 'lib/eBay.rb', line 8064

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8053
8054
8055
# File 'lib/eBay.rb', line 8053

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



8058
8059
8060
# File 'lib/eBay.rb', line 8058

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8054
8055
8056
# File 'lib/eBay.rb', line 8054

def correlationID
  @correlationID
end

#disputeArrayObject

Returns the value of attribute disputeArray.



8067
8068
8069
# File 'lib/eBay.rb', line 8067

def disputeArray
  @disputeArray
end

#disputeFilterCountObject

Returns the value of attribute disputeFilterCount.



8070
8071
8072
# File 'lib/eBay.rb', line 8070

def disputeFilterCount
  @disputeFilterCount
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8060
8061
8062
# File 'lib/eBay.rb', line 8060

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#endingDisputeIDObject

Returns the value of attribute endingDisputeID.



8066
8067
8068
# File 'lib/eBay.rb', line 8066

def endingDisputeID
  @endingDisputeID
end

#errorsObject

Returns the value of attribute errors.



8055
8056
8057
# File 'lib/eBay.rb', line 8055

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8063
8064
8065
# File 'lib/eBay.rb', line 8063

def hardExpirationWarning
  @hardExpirationWarning
end

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



8068
8069
8070
# File 'lib/eBay.rb', line 8068

def itemsPerPage
  @itemsPerPage
end

#messageObject

Returns the value of attribute message.



8056
8057
8058
# File 'lib/eBay.rb', line 8056

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8059
8060
8061
# File 'lib/eBay.rb', line 8059

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8062
8063
8064
# File 'lib/eBay.rb', line 8062

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



8069
8070
8071
# File 'lib/eBay.rb', line 8069

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



8071
8072
8073
# File 'lib/eBay.rb', line 8071

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8061
8062
8063
# File 'lib/eBay.rb', line 8061

def recipientUserID
  @recipientUserID
end

#startingDisputeIDObject

Returns the value of attribute startingDisputeID.



8065
8066
8067
# File 'lib/eBay.rb', line 8065

def startingDisputeID
  @startingDisputeID
end

#timestampObject

Returns the value of attribute timestamp.



8052
8053
8054
# File 'lib/eBay.rb', line 8052

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8057
8058
8059
# File 'lib/eBay.rb', line 8057

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8073
8074
8075
# File 'lib/eBay.rb', line 8073

def set_any(elements)
  @__xmlele_any = elements
end