Class: EBay::GetVeROReasonCodeDetailsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetVeROReasonCodeDetailsRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::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.



5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
# File 'lib/eBay.rb', line 5807

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.



5799
5800
5801
# File 'lib/eBay.rb', line 5799

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5798
5799
5800
# File 'lib/eBay.rb', line 5798

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5789
5790
5791
# File 'lib/eBay.rb', line 5789

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5793
5794
5795
# File 'lib/eBay.rb', line 5793

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5794
5795
5796
# File 'lib/eBay.rb', line 5794

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5790
5791
5792
# File 'lib/eBay.rb', line 5790

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5795
5796
5797
# File 'lib/eBay.rb', line 5795

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5791
5792
5793
# File 'lib/eBay.rb', line 5791

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5796
5797
5798
# File 'lib/eBay.rb', line 5796

def outputSelector
  @outputSelector
end

#reasonCodeIDObject

Returns the value of attribute reasonCodeID.



5800
5801
5802
# File 'lib/eBay.rb', line 5800

def reasonCodeID
  @reasonCodeID
end

#returnAllSitesObject

Returns the value of attribute returnAllSites.



5801
5802
5803
# File 'lib/eBay.rb', line 5801

def returnAllSites
  @returnAllSites
end

#versionObject

Returns the value of attribute version.



5792
5793
5794
# File 'lib/eBay.rb', line 5792

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5797
5798
5799
# File 'lib/eBay.rb', line 5797

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5803
5804
5805
# File 'lib/eBay.rb', line 5803

def set_any(elements)
  @__xmlele_any = elements
end