Class: EBay::GetCategoryMappingsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoryMappingsRequestType

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
categoryVersion - SOAP::SOAPString

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, categoryVersion = nil) ⇒ GetCategoryMappingsRequestType

Returns a new instance of GetCategoryMappingsRequestType.



2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
# File 'lib/eBay.rb', line 2276

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryVersion = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @categoryVersion = categoryVersion
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2269
2270
2271
# File 'lib/eBay.rb', line 2269

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2268
2269
2270
# File 'lib/eBay.rb', line 2268

def botBlock
  @botBlock
end

#categoryVersionObject

Returns the value of attribute categoryVersion.



2270
2271
2272
# File 'lib/eBay.rb', line 2270

def categoryVersion
  @categoryVersion
end

#detailLevelObject

Returns the value of attribute detailLevel.



2259
2260
2261
# File 'lib/eBay.rb', line 2259

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2263
2264
2265
# File 'lib/eBay.rb', line 2263

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2264
2265
2266
# File 'lib/eBay.rb', line 2264

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2260
2261
2262
# File 'lib/eBay.rb', line 2260

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2265
2266
2267
# File 'lib/eBay.rb', line 2265

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2261
2262
2263
# File 'lib/eBay.rb', line 2261

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2266
2267
2268
# File 'lib/eBay.rb', line 2266

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



2262
2263
2264
# File 'lib/eBay.rb', line 2262

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2267
2268
2269
# File 'lib/eBay.rb', line 2267

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2272
2273
2274
# File 'lib/eBay.rb', line 2272

def set_any(elements)
  @__xmlele_any = elements
end