Class: GetStoreCategoryUpdateStatusRequestType
- Inherits:
-
Object
- Object
- GetStoreCategoryUpdateStatusRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetStoreCategoryUpdateStatusRequestType
Constant Summary collapse
- @@schema_type =
"GetStoreCategoryUpdateStatusRequestType"- @@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")]], ["taskID", ["SOAP::SOAPLong", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TaskID")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#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.
-
#taskID ⇒ Object
Returns the value of attribute taskID.
-
#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, taskID = nil) ⇒ GetStoreCategoryUpdateStatusRequestType
constructor
A new instance of GetStoreCategoryUpdateStatusRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, taskID = nil) ⇒ GetStoreCategoryUpdateStatusRequestType
Returns a new instance of GetStoreCategoryUpdateStatusRequestType.
9217 9218 9219 9220 9221 9222 9223 9224 9225 9226 9227 |
# File 'lib/eBay.rb', line 9217 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, taskID = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @taskID = taskID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
9210 9211 9212 |
# File 'lib/eBay.rb', line 9210 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
9203 9204 9205 |
# File 'lib/eBay.rb', line 9203 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
9207 9208 9209 |
# File 'lib/eBay.rb', line 9207 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
9204 9205 9206 |
# File 'lib/eBay.rb', line 9204 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
9208 9209 9210 |
# File 'lib/eBay.rb', line 9208 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
9205 9206 9207 |
# File 'lib/eBay.rb', line 9205 def end |
#taskID ⇒ Object
Returns the value of attribute taskID.
9211 9212 9213 |
# File 'lib/eBay.rb', line 9211 def taskID @taskID end |
#version ⇒ Object
Returns the value of attribute version.
9206 9207 9208 |
# File 'lib/eBay.rb', line 9206 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
9209 9210 9211 |
# File 'lib/eBay.rb', line 9209 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
9213 9214 9215 |
# File 'lib/eBay.rb', line 9213 def set_any(elements) @__xmlele_any = elements end |