Class: GetCategory2CSRequestType
- Inherits:
-
Object
- Object
- GetCategory2CSRequestType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = nil, attributeSystemVersion = nil) ⇒ GetCategory2CSRequestType
constructor
A new instance of GetCategory2CSRequestType.
- #set_any(elements) ⇒ Object
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, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = nil, attributeSystemVersion = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @categoryID = categoryID @attributeSystemVersion = attributeSystemVersion end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2998 2999 3000 |
# File 'lib/eBay.rb', line 2998 def __xmlele_any @__xmlele_any end |
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
3000 3001 3002 |
# File 'lib/eBay.rb', line 3000 def attributeSystemVersion @attributeSystemVersion end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
2999 3000 3001 |
# File 'lib/eBay.rb', line 2999 def categoryID @categoryID end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
2991 2992 2993 |
# File 'lib/eBay.rb', line 2991 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
2995 2996 2997 |
# File 'lib/eBay.rb', line 2995 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
2992 2993 2994 |
# File 'lib/eBay.rb', line 2992 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
2996 2997 2998 |
# File 'lib/eBay.rb', line 2996 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
2993 2994 2995 |
# File 'lib/eBay.rb', line 2993 def @messageID end |
#version ⇒ Object
Returns the value of attribute version.
2994 2995 2996 |
# File 'lib/eBay.rb', line 2994 def version @version end |
#warningLevel ⇒ Object
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 |