Class: EBay::GetCategory2CSRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetCategory2CSRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetCategory2CSRequestType
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
categoryID - SOAP::SOAPString
attributeSystemVersion - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#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.
-
#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, categoryID = nil, attributeSystemVersion = nil) ⇒ GetCategory2CSRequestType
constructor
A new instance of GetCategory2CSRequestType.
- #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, categoryID = nil, attributeSystemVersion = nil) ⇒ GetCategory2CSRequestType
Returns a new instance of GetCategory2CSRequestType.
2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 |
# File 'lib/eBay.rb', line 2171 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = nil, attributeSystemVersion = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @categoryID = categoryID @attributeSystemVersion = attributeSystemVersion end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2163 2164 2165 |
# File 'lib/eBay.rb', line 2163 def __xmlele_any @__xmlele_any end |
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
2165 2166 2167 |
# File 'lib/eBay.rb', line 2165 def attributeSystemVersion @attributeSystemVersion end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
2162 2163 2164 |
# File 'lib/eBay.rb', line 2162 def botBlock @botBlock end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
2164 2165 2166 |
# File 'lib/eBay.rb', line 2164 def categoryID @categoryID end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
2153 2154 2155 |
# File 'lib/eBay.rb', line 2153 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
2157 2158 2159 |
# File 'lib/eBay.rb', line 2157 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
2158 2159 2160 |
# File 'lib/eBay.rb', line 2158 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
2154 2155 2156 |
# File 'lib/eBay.rb', line 2154 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
2159 2160 2161 |
# File 'lib/eBay.rb', line 2159 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
2155 2156 2157 |
# File 'lib/eBay.rb', line 2155 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
2160 2161 2162 |
# File 'lib/eBay.rb', line 2160 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
2156 2157 2158 |
# File 'lib/eBay.rb', line 2156 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
2161 2162 2163 |
# File 'lib/eBay.rb', line 2161 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
2167 2168 2169 |
# File 'lib/eBay.rb', line 2167 def set_any(elements) @__xmlele_any = elements end |