Class: GetUserDisputesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetUserDisputesRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
disputeFilterType - DisputeFilterTypeCodeType
disputeSortType - DisputeSortTypeCodeType
modTimeFrom - SOAP::SOAPDateTime
modTimeTo - SOAP::SOAPDateTime
pagination - PaginationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, disputeFilterType = nil, disputeSortType = nil, modTimeFrom = nil, modTimeTo = nil, pagination = nil) ⇒ GetUserDisputesRequestType

Returns a new instance of GetUserDisputesRequestType.



4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
# File 'lib/eBay.rb', line 4928

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, disputeFilterType = nil, disputeSortType = nil, modTimeFrom = nil, modTimeTo = nil, pagination = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @disputeFilterType = disputeFilterType
  @disputeSortType = disputeSortType
  @modTimeFrom = modTimeFrom
  @modTimeTo = modTimeTo
  @pagination = pagination
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4917
4918
4919
# File 'lib/eBay.rb', line 4917

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4916
4917
4918
# File 'lib/eBay.rb', line 4916

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4907
4908
4909
# File 'lib/eBay.rb', line 4907

def detailLevel
  @detailLevel
end

#disputeFilterTypeObject

Returns the value of attribute disputeFilterType.



4918
4919
4920
# File 'lib/eBay.rb', line 4918

def disputeFilterType
  @disputeFilterType
end

#disputeSortTypeObject

Returns the value of attribute disputeSortType.



4919
4920
4921
# File 'lib/eBay.rb', line 4919

def disputeSortType
  @disputeSortType
end

#endUserIPObject

Returns the value of attribute endUserIP.



4911
4912
4913
# File 'lib/eBay.rb', line 4911

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4912
4913
4914
# File 'lib/eBay.rb', line 4912

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4908
4909
4910
# File 'lib/eBay.rb', line 4908

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4913
4914
4915
# File 'lib/eBay.rb', line 4913

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4909
4910
4911
# File 'lib/eBay.rb', line 4909

def messageID
  @messageID
end

#modTimeFromObject

Returns the value of attribute modTimeFrom.



4920
4921
4922
# File 'lib/eBay.rb', line 4920

def modTimeFrom
  @modTimeFrom
end

#modTimeToObject

Returns the value of attribute modTimeTo.



4921
4922
4923
# File 'lib/eBay.rb', line 4921

def modTimeTo
  @modTimeTo
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4914
4915
4916
# File 'lib/eBay.rb', line 4914

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



4922
4923
4924
# File 'lib/eBay.rb', line 4922

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



4910
4911
4912
# File 'lib/eBay.rb', line 4910

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4915
4916
4917
# File 'lib/eBay.rb', line 4915

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4924
4925
4926
# File 'lib/eBay.rb', line 4924

def set_any(elements)
  @__xmlele_any = elements
end