Class: GetDisputeRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetDisputeRequestType

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
disputeID - (any)

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, disputeID = nil) ⇒ GetDisputeRequestType

Returns a new instance of GetDisputeRequestType.



2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
# File 'lib/eBay.rb', line 2073

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, disputeID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @disputeID = disputeID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2066
2067
2068
# File 'lib/eBay.rb', line 2066

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2065
2066
2067
# File 'lib/eBay.rb', line 2065

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2056
2057
2058
# File 'lib/eBay.rb', line 2056

def detailLevel
  @detailLevel
end

#disputeIDObject

Returns the value of attribute disputeID.



2067
2068
2069
# File 'lib/eBay.rb', line 2067

def disputeID
  @disputeID
end

#endUserIPObject

Returns the value of attribute endUserIP.



2060
2061
2062
# File 'lib/eBay.rb', line 2060

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2061
2062
2063
# File 'lib/eBay.rb', line 2061

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2057
2058
2059
# File 'lib/eBay.rb', line 2057

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2062
2063
2064
# File 'lib/eBay.rb', line 2062

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2058
2059
2060
# File 'lib/eBay.rb', line 2058

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2063
2064
2065
# File 'lib/eBay.rb', line 2063

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



2059
2060
2061
# File 'lib/eBay.rb', line 2059

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2064
2065
2066
# File 'lib/eBay.rb', line 2064

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2069
2070
2071
# File 'lib/eBay.rb', line 2069

def set_any(elements)
  @__xmlele_any = elements
end