Class: EBay::GetCategory2CSRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategory2CSRequestType

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
attributeSystemVersion - 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, categoryID = nil, attributeSystemVersion = nil) ⇒ GetCategory2CSRequestType

Returns a new instance of GetCategory2CSRequestType.



2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
# File 'lib/eBay.rb', line 2171

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = nil, attributeSystemVersion = 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
  @attributeSystemVersion = attributeSystemVersion
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2163
2164
2165
# File 'lib/eBay.rb', line 2163

def __xmlele_any
  @__xmlele_any
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



2165
2166
2167
# File 'lib/eBay.rb', line 2165

def attributeSystemVersion
  @attributeSystemVersion
end

#botBlockObject

Returns the value of attribute botBlock.



2162
2163
2164
# File 'lib/eBay.rb', line 2162

def botBlock
  @botBlock
end

#categoryIDObject

Returns the value of attribute categoryID.



2164
2165
2166
# File 'lib/eBay.rb', line 2164

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



2153
2154
2155
# File 'lib/eBay.rb', line 2153

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2157
2158
2159
# File 'lib/eBay.rb', line 2157

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2158
2159
2160
# File 'lib/eBay.rb', line 2158

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2154
2155
2156
# File 'lib/eBay.rb', line 2154

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2159
2160
2161
# File 'lib/eBay.rb', line 2159

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2155
2156
2157
# File 'lib/eBay.rb', line 2155

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2160
2161
2162
# File 'lib/eBay.rb', line 2160

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



2156
2157
2158
# File 'lib/eBay.rb', line 2156

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2161
2162
2163
# File 'lib/eBay.rb', line 2161

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2167
2168
2169
# File 'lib/eBay.rb', line 2167

def set_any(elements)
  @__xmlele_any = elements
end