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.



8946
8947
8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
# File 'lib/eBay.rb', line 8946

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.



8933
8934
8935
# File 'lib/eBay.rb', line 8933

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8922
8923
8924
# File 'lib/eBay.rb', line 8922

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



8927
8928
8929
# File 'lib/eBay.rb', line 8927

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8923
8924
8925
# File 'lib/eBay.rb', line 8923

def correlationID
  @correlationID
end

#disputeArrayObject

Returns the value of attribute disputeArray.



8936
8937
8938
# File 'lib/eBay.rb', line 8936

def disputeArray
  @disputeArray
end

#disputeFilterCountObject

Returns the value of attribute disputeFilterCount.



8939
8940
8941
# File 'lib/eBay.rb', line 8939

def disputeFilterCount
  @disputeFilterCount
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8929
8930
8931
# File 'lib/eBay.rb', line 8929

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#endingDisputeIDObject

Returns the value of attribute endingDisputeID.



8935
8936
8937
# File 'lib/eBay.rb', line 8935

def endingDisputeID
  @endingDisputeID
end

#errorsObject

Returns the value of attribute errors.



8924
8925
8926
# File 'lib/eBay.rb', line 8924

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8932
8933
8934
# File 'lib/eBay.rb', line 8932

def hardExpirationWarning
  @hardExpirationWarning
end

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



8937
8938
8939
# File 'lib/eBay.rb', line 8937

def itemsPerPage
  @itemsPerPage
end

#messageObject

Returns the value of attribute message.



8925
8926
8927
# File 'lib/eBay.rb', line 8925

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8928
8929
8930
# File 'lib/eBay.rb', line 8928

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8931
8932
8933
# File 'lib/eBay.rb', line 8931

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



8938
8939
8940
# File 'lib/eBay.rb', line 8938

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



8940
8941
8942
# File 'lib/eBay.rb', line 8940

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8930
8931
8932
# File 'lib/eBay.rb', line 8930

def recipientUserID
  @recipientUserID
end

#startingDisputeIDObject

Returns the value of attribute startingDisputeID.



8934
8935
8936
# File 'lib/eBay.rb', line 8934

def startingDisputeID
  @startingDisputeID
end

#timestampObject

Returns the value of attribute timestamp.



8921
8922
8923
# File 'lib/eBay.rb', line 8921

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8926
8927
8928
# File 'lib/eBay.rb', line 8926

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8942
8943
8944
# File 'lib/eBay.rb', line 8942

def set_any(elements)
  @__xmlele_any = elements
end