Class: EBay::GetCategoryFeaturesRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetCategoryFeaturesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetCategoryFeaturesRequestType
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
levelLimit - SOAP::SOAPInt
viewAllNodes - SOAP::SOAPBoolean
featureID - EBay::FeatureIDCodeType
allFeaturesForCategory - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#allFeaturesForCategory ⇒ Object
Returns the value of attribute allFeaturesForCategory.
-
#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.
-
#featureID ⇒ Object
Returns the value of attribute featureID.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#levelLimit ⇒ Object
Returns the value of attribute levelLimit.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#version ⇒ Object
Returns the value of attribute version.
-
#viewAllNodes ⇒ Object
Returns the value of attribute viewAllNodes.
-
#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, levelLimit = nil, viewAllNodes = nil, featureID = [], allFeaturesForCategory = nil) ⇒ GetCategoryFeaturesRequestType
constructor
A new instance of GetCategoryFeaturesRequestType.
- #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, levelLimit = nil, viewAllNodes = nil, featureID = [], allFeaturesForCategory = nil) ⇒ GetCategoryFeaturesRequestType
Returns a new instance of GetCategoryFeaturesRequestType.
2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 |
# File 'lib/eBay.rb', line 2226 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = nil, levelLimit = nil, viewAllNodes = nil, featureID = [], allFeaturesForCategory = 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 @levelLimit = levelLimit @viewAllNodes = viewAllNodes @featureID = featureID @allFeaturesForCategory = allFeaturesForCategory end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2215 2216 2217 |
# File 'lib/eBay.rb', line 2215 def __xmlele_any @__xmlele_any end |
#allFeaturesForCategory ⇒ Object
Returns the value of attribute allFeaturesForCategory.
2220 2221 2222 |
# File 'lib/eBay.rb', line 2220 def allFeaturesForCategory @allFeaturesForCategory end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
2214 2215 2216 |
# File 'lib/eBay.rb', line 2214 def botBlock @botBlock end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
2216 2217 2218 |
# File 'lib/eBay.rb', line 2216 def categoryID @categoryID end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
2205 2206 2207 |
# File 'lib/eBay.rb', line 2205 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
2209 2210 2211 |
# File 'lib/eBay.rb', line 2209 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
2210 2211 2212 |
# File 'lib/eBay.rb', line 2210 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
2206 2207 2208 |
# File 'lib/eBay.rb', line 2206 def errorLanguage @errorLanguage end |
#featureID ⇒ Object
Returns the value of attribute featureID.
2219 2220 2221 |
# File 'lib/eBay.rb', line 2219 def featureID @featureID end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
2211 2212 2213 |
# File 'lib/eBay.rb', line 2211 def invocationID @invocationID end |
#levelLimit ⇒ Object
Returns the value of attribute levelLimit.
2217 2218 2219 |
# File 'lib/eBay.rb', line 2217 def levelLimit @levelLimit end |
#messageID ⇒ Object
Returns the value of attribute messageID.
2207 2208 2209 |
# File 'lib/eBay.rb', line 2207 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
2212 2213 2214 |
# File 'lib/eBay.rb', line 2212 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
2208 2209 2210 |
# File 'lib/eBay.rb', line 2208 def version @version end |
#viewAllNodes ⇒ Object
Returns the value of attribute viewAllNodes.
2218 2219 2220 |
# File 'lib/eBay.rb', line 2218 def viewAllNodes @viewAllNodes end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
2213 2214 2215 |
# File 'lib/eBay.rb', line 2213 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
2222 2223 2224 |
# File 'lib/eBay.rb', line 2222 def set_any(elements) @__xmlele_any = elements end |