Class: GetVeROReasonCodeDetailsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetVeROReasonCodeDetailsRequestType

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
reasonCodeID - SOAP::SOAPLong
returnAllSites - SOAP::SOAPBoolean

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, reasonCodeID = nil, returnAllSites = nil) ⇒ GetVeROReasonCodeDetailsRequestType

Returns a new instance of GetVeROReasonCodeDetailsRequestType.



5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
# File 'lib/eBay.rb', line 5044

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5036
5037
5038
# File 'lib/eBay.rb', line 5036

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5035
5036
5037
# File 'lib/eBay.rb', line 5035

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5026
5027
5028
# File 'lib/eBay.rb', line 5026

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5030
5031
5032
# File 'lib/eBay.rb', line 5030

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5031
5032
5033
# File 'lib/eBay.rb', line 5031

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5027
5028
5029
# File 'lib/eBay.rb', line 5027

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5032
5033
5034
# File 'lib/eBay.rb', line 5032

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5028
5029
5030
# File 'lib/eBay.rb', line 5028

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5033
5034
5035
# File 'lib/eBay.rb', line 5033

def outputSelector
  @outputSelector
end

#reasonCodeIDObject

Returns the value of attribute reasonCodeID.



5037
5038
5039
# File 'lib/eBay.rb', line 5037

def reasonCodeID
  @reasonCodeID
end

#returnAllSitesObject

Returns the value of attribute returnAllSites.



5038
5039
5040
# File 'lib/eBay.rb', line 5038

def returnAllSites
  @returnAllSites
end

#versionObject

Returns the value of attribute version.



5029
5030
5031
# File 'lib/eBay.rb', line 5029

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5034
5035
5036
# File 'lib/eBay.rb', line 5034

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5040
5041
5042
# File 'lib/eBay.rb', line 5040

def set_any(elements)
  @__xmlele_any = elements
end