Class: EBay::GetCategorySpecificsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetCategorySpecificsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetCategorySpecificsRequestType
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
lastUpdateTime - SOAP::SOAPDateTime
maxNames - SOAP::SOAPInt
maxValuesPerName - SOAP::SOAPInt
name - SOAP::SOAPString
categorySpecific - EBay::CategoryItemSpecificsType
excludeRelationships - SOAP::SOAPBoolean
includeConfidence - SOAP::SOAPBoolean
categorySpecificsFileInfo - 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.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#categorySpecific ⇒ Object
Returns the value of attribute categorySpecific.
-
#categorySpecificsFileInfo ⇒ Object
Returns the value of attribute categorySpecificsFileInfo.
-
#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.
-
#excludeRelationships ⇒ Object
Returns the value of attribute excludeRelationships.
-
#includeConfidence ⇒ Object
Returns the value of attribute includeConfidence.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#lastUpdateTime ⇒ Object
Returns the value of attribute lastUpdateTime.
-
#maxNames ⇒ Object
Returns the value of attribute maxNames.
-
#maxValuesPerName ⇒ Object
Returns the value of attribute maxValuesPerName.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#name ⇒ Object
Returns the value of attribute name.
-
#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 = [], lastUpdateTime = nil, maxNames = nil, maxValuesPerName = nil, name = nil, categorySpecific = [], excludeRelationships = nil, includeConfidence = nil, categorySpecificsFileInfo = nil) ⇒ GetCategorySpecificsRequestType
constructor
A new instance of GetCategorySpecificsRequestType.
- #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 = [], lastUpdateTime = nil, maxNames = nil, maxValuesPerName = nil, name = nil, categorySpecific = [], excludeRelationships = nil, includeConfidence = nil, categorySpecificsFileInfo = nil) ⇒ GetCategorySpecificsRequestType
Returns a new instance of GetCategorySpecificsRequestType.
2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 |
# File 'lib/eBay.rb', line 2338 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = [], lastUpdateTime = nil, maxNames = nil, maxValuesPerName = nil, name = nil, categorySpecific = [], excludeRelationships = nil, includeConfidence = nil, categorySpecificsFileInfo = 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 @lastUpdateTime = lastUpdateTime @maxNames = maxNames @maxValuesPerName = maxValuesPerName @name = name @categorySpecific = categorySpecific @excludeRelationships = excludeRelationships @includeConfidence = includeConfidence @categorySpecificsFileInfo = categorySpecificsFileInfo end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2323 2324 2325 |
# File 'lib/eBay.rb', line 2323 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
2322 2323 2324 |
# File 'lib/eBay.rb', line 2322 def botBlock @botBlock end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
2324 2325 2326 |
# File 'lib/eBay.rb', line 2324 def categoryID @categoryID end |
#categorySpecific ⇒ Object
Returns the value of attribute categorySpecific.
2329 2330 2331 |
# File 'lib/eBay.rb', line 2329 def categorySpecific @categorySpecific end |
#categorySpecificsFileInfo ⇒ Object
Returns the value of attribute categorySpecificsFileInfo.
2332 2333 2334 |
# File 'lib/eBay.rb', line 2332 def categorySpecificsFileInfo @categorySpecificsFileInfo end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
2313 2314 2315 |
# File 'lib/eBay.rb', line 2313 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
2317 2318 2319 |
# File 'lib/eBay.rb', line 2317 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
2318 2319 2320 |
# File 'lib/eBay.rb', line 2318 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
2314 2315 2316 |
# File 'lib/eBay.rb', line 2314 def errorLanguage @errorLanguage end |
#excludeRelationships ⇒ Object
Returns the value of attribute excludeRelationships.
2330 2331 2332 |
# File 'lib/eBay.rb', line 2330 def excludeRelationships @excludeRelationships end |
#includeConfidence ⇒ Object
Returns the value of attribute includeConfidence.
2331 2332 2333 |
# File 'lib/eBay.rb', line 2331 def includeConfidence @includeConfidence end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
2319 2320 2321 |
# File 'lib/eBay.rb', line 2319 def invocationID @invocationID end |
#lastUpdateTime ⇒ Object
Returns the value of attribute lastUpdateTime.
2325 2326 2327 |
# File 'lib/eBay.rb', line 2325 def lastUpdateTime @lastUpdateTime end |
#maxNames ⇒ Object
Returns the value of attribute maxNames.
2326 2327 2328 |
# File 'lib/eBay.rb', line 2326 def maxNames @maxNames end |
#maxValuesPerName ⇒ Object
Returns the value of attribute maxValuesPerName.
2327 2328 2329 |
# File 'lib/eBay.rb', line 2327 def maxValuesPerName @maxValuesPerName end |
#messageID ⇒ Object
Returns the value of attribute messageID.
2315 2316 2317 |
# File 'lib/eBay.rb', line 2315 def @messageID end |
#name ⇒ Object
Returns the value of attribute name.
2328 2329 2330 |
# File 'lib/eBay.rb', line 2328 def name @name end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
2320 2321 2322 |
# File 'lib/eBay.rb', line 2320 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
2316 2317 2318 |
# File 'lib/eBay.rb', line 2316 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
2321 2322 2323 |
# File 'lib/eBay.rb', line 2321 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
2334 2335 2336 |
# File 'lib/eBay.rb', line 2334 def set_any(elements) @__xmlele_any = elements end |