Class: EBay::GetCategorySpecificsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategorySpecificsRequestType

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
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

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, 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, 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)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2323
2324
2325
# File 'lib/eBay.rb', line 2323

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2322
2323
2324
# File 'lib/eBay.rb', line 2322

def botBlock
  @botBlock
end

#categoryIDObject

Returns the value of attribute categoryID.



2324
2325
2326
# File 'lib/eBay.rb', line 2324

def categoryID
  @categoryID
end

#categorySpecificObject

Returns the value of attribute categorySpecific.



2329
2330
2331
# File 'lib/eBay.rb', line 2329

def categorySpecific
  @categorySpecific
end

#categorySpecificsFileInfoObject

Returns the value of attribute categorySpecificsFileInfo.



2332
2333
2334
# File 'lib/eBay.rb', line 2332

def categorySpecificsFileInfo
  @categorySpecificsFileInfo
end

#detailLevelObject

Returns the value of attribute detailLevel.



2313
2314
2315
# File 'lib/eBay.rb', line 2313

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2317
2318
2319
# File 'lib/eBay.rb', line 2317

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2318
2319
2320
# File 'lib/eBay.rb', line 2318

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2314
2315
2316
# File 'lib/eBay.rb', line 2314

def errorLanguage
  @errorLanguage
end

#excludeRelationshipsObject

Returns the value of attribute excludeRelationships.



2330
2331
2332
# File 'lib/eBay.rb', line 2330

def excludeRelationships
  @excludeRelationships
end

#includeConfidenceObject

Returns the value of attribute includeConfidence.



2331
2332
2333
# File 'lib/eBay.rb', line 2331

def includeConfidence
  @includeConfidence
end

#invocationIDObject

Returns the value of attribute invocationID.



2319
2320
2321
# File 'lib/eBay.rb', line 2319

def invocationID
  @invocationID
end

#lastUpdateTimeObject

Returns the value of attribute lastUpdateTime.



2325
2326
2327
# File 'lib/eBay.rb', line 2325

def lastUpdateTime
  @lastUpdateTime
end

#maxNamesObject

Returns the value of attribute maxNames.



2326
2327
2328
# File 'lib/eBay.rb', line 2326

def maxNames
  @maxNames
end

#maxValuesPerNameObject

Returns the value of attribute maxValuesPerName.



2327
2328
2329
# File 'lib/eBay.rb', line 2327

def maxValuesPerName
  @maxValuesPerName
end

#messageIDObject

Returns the value of attribute messageID.



2315
2316
2317
# File 'lib/eBay.rb', line 2315

def messageID
  @messageID
end

#nameObject

Returns the value of attribute name.



2328
2329
2330
# File 'lib/eBay.rb', line 2328

def name
  @name
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2320
2321
2322
# File 'lib/eBay.rb', line 2320

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



2316
2317
2318
# File 'lib/eBay.rb', line 2316

def version
  @version
end

#warningLevelObject

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