Class: EBay::GetVeROReasonCodeDetailsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetVeROReasonCodeDetailsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetVeROReasonCodeDetailsRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#reasonCodeID ⇒ Object
Returns the value of attribute reasonCodeID.
-
#returnAllSites ⇒ Object
Returns the value of attribute returnAllSites.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, reasonCodeID = nil, returnAllSites = nil) ⇒ GetVeROReasonCodeDetailsRequestType
constructor
A new instance of GetVeROReasonCodeDetailsRequestType.
- #set_any(elements) ⇒ Object
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, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, reasonCodeID = nil, returnAllSites = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
5799 5800 5801 |
# File 'lib/eBay.rb', line 5799 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
5798 5799 5800 |
# File 'lib/eBay.rb', line 5798 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5789 5790 5791 |
# File 'lib/eBay.rb', line 5789 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
5793 5794 5795 |
# File 'lib/eBay.rb', line 5793 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5794 5795 5796 |
# File 'lib/eBay.rb', line 5794 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5790 5791 5792 |
# File 'lib/eBay.rb', line 5790 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5795 5796 5797 |
# File 'lib/eBay.rb', line 5795 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5791 5792 5793 |
# File 'lib/eBay.rb', line 5791 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
5796 5797 5798 |
# File 'lib/eBay.rb', line 5796 def outputSelector @outputSelector end |
#reasonCodeID ⇒ Object
Returns the value of attribute reasonCodeID.
5800 5801 5802 |
# File 'lib/eBay.rb', line 5800 def reasonCodeID @reasonCodeID end |
#returnAllSites ⇒ Object
Returns the value of attribute returnAllSites.
5801 5802 5803 |
# File 'lib/eBay.rb', line 5801 def returnAllSites @returnAllSites end |
#version ⇒ Object
Returns the value of attribute version.
5792 5793 5794 |
# File 'lib/eBay.rb', line 5792 def version @version end |
#warningLevel ⇒ Object
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 |