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.



3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
# File 'lib/eBay.rb', line 3006

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.



2998
2999
3000
# File 'lib/eBay.rb', line 2998

def __xmlele_any
  @__xmlele_any
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



3000
3001
3002
# File 'lib/eBay.rb', line 3000

def attributeSystemVersion
  @attributeSystemVersion
end

#categoryIDObject

Returns the value of attribute categoryID.



2999
3000
3001
# File 'lib/eBay.rb', line 2999

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



2991
2992
2993
# File 'lib/eBay.rb', line 2991

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2995
2996
2997
# File 'lib/eBay.rb', line 2995

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2992
2993
2994
# File 'lib/eBay.rb', line 2992

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2996
2997
2998
# File 'lib/eBay.rb', line 2996

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2993
2994
2995
# File 'lib/eBay.rb', line 2993

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



2994
2995
2996
# File 'lib/eBay.rb', line 2994

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2997
2998
2999
# File 'lib/eBay.rb', line 2997

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3002
3003
3004
# File 'lib/eBay.rb', line 3002

def set_any(elements)
  @__xmlele_any = elements
end