Class: EBay::GetCategoryFeaturesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoryFeaturesRequestType

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
levelLimit - SOAP::SOAPInt
viewAllNodes - SOAP::SOAPBoolean
featureID - EBay::FeatureIDCodeType
allFeaturesForCategory - 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 = 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, messageID = 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 = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2215
2216
2217
# File 'lib/eBay.rb', line 2215

def __xmlele_any
  @__xmlele_any
end

#allFeaturesForCategoryObject

Returns the value of attribute allFeaturesForCategory.



2220
2221
2222
# File 'lib/eBay.rb', line 2220

def allFeaturesForCategory
  @allFeaturesForCategory
end

#botBlockObject

Returns the value of attribute botBlock.



2214
2215
2216
# File 'lib/eBay.rb', line 2214

def botBlock
  @botBlock
end

#categoryIDObject

Returns the value of attribute categoryID.



2216
2217
2218
# File 'lib/eBay.rb', line 2216

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



2205
2206
2207
# File 'lib/eBay.rb', line 2205

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2209
2210
2211
# File 'lib/eBay.rb', line 2209

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2210
2211
2212
# File 'lib/eBay.rb', line 2210

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2206
2207
2208
# File 'lib/eBay.rb', line 2206

def errorLanguage
  @errorLanguage
end

#featureIDObject

Returns the value of attribute featureID.



2219
2220
2221
# File 'lib/eBay.rb', line 2219

def featureID
  @featureID
end

#invocationIDObject

Returns the value of attribute invocationID.



2211
2212
2213
# File 'lib/eBay.rb', line 2211

def invocationID
  @invocationID
end

#levelLimitObject

Returns the value of attribute levelLimit.



2217
2218
2219
# File 'lib/eBay.rb', line 2217

def levelLimit
  @levelLimit
end

#messageIDObject

Returns the value of attribute messageID.



2207
2208
2209
# File 'lib/eBay.rb', line 2207

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2212
2213
2214
# File 'lib/eBay.rb', line 2212

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



2208
2209
2210
# File 'lib/eBay.rb', line 2208

def version
  @version
end

#viewAllNodesObject

Returns the value of attribute viewAllNodes.



2218
2219
2220
# File 'lib/eBay.rb', line 2218

def viewAllNodes
  @viewAllNodes
end

#warningLevelObject

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