Class: GetCategory2CSRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetCategory2CSRequestType

Constant Summary collapse

@@schema_type =
"GetCategory2CSRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
["invocationID", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["categoryID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]],
["attributeSystemVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSystemVersion")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, categoryID = nil, attributeSystemVersion = nil) ⇒ GetCategory2CSRequestType

Returns a new instance of GetCategory2CSRequestType.



2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/eBay.rb', line 2369

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, categoryID = nil, attributeSystemVersion = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
  @categoryID = categoryID
  @attributeSystemVersion = attributeSystemVersion
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2361
2362
2363
# File 'lib/eBay.rb', line 2361

def __xmlele_any
  @__xmlele_any
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



2363
2364
2365
# File 'lib/eBay.rb', line 2363

def attributeSystemVersion
  @attributeSystemVersion
end

#categoryIDObject

Returns the value of attribute categoryID.



2362
2363
2364
# File 'lib/eBay.rb', line 2362

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



2355
2356
2357
# File 'lib/eBay.rb', line 2355

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2359
2360
2361
# File 'lib/eBay.rb', line 2359

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2356
2357
2358
# File 'lib/eBay.rb', line 2356

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2360
2361
2362
# File 'lib/eBay.rb', line 2360

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2357
2358
2359
# File 'lib/eBay.rb', line 2357

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



2358
2359
2360
# File 'lib/eBay.rb', line 2358

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



2365
2366
2367
# File 'lib/eBay.rb', line 2365

def set_any(elements)
  @__xmlele_any = elements
end