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", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["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, warningLevel = nil, categoryID = nil, attributeSystemVersion = nil) ⇒ GetCategory2CSRequestType

Returns a new instance of GetCategory2CSRequestType.



2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
# File 'lib/eBay.rb', line 2595

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2587
2588
2589
# File 'lib/eBay.rb', line 2587

def __xmlele_any
  @__xmlele_any
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



2589
2590
2591
# File 'lib/eBay.rb', line 2589

def attributeSystemVersion
  @attributeSystemVersion
end

#categoryIDObject

Returns the value of attribute categoryID.



2588
2589
2590
# File 'lib/eBay.rb', line 2588

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



2580
2581
2582
# File 'lib/eBay.rb', line 2580

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2584
2585
2586
# File 'lib/eBay.rb', line 2584

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2581
2582
2583
# File 'lib/eBay.rb', line 2581

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2585
2586
2587
# File 'lib/eBay.rb', line 2585

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2582
2583
2584
# File 'lib/eBay.rb', line 2582

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



2583
2584
2585
# File 'lib/eBay.rb', line 2583

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2586
2587
2588
# File 'lib/eBay.rb', line 2586

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2591
2592
2593
# File 'lib/eBay.rb', line 2591

def set_any(elements)
  @__xmlele_any = elements
end