Class: GetStoreCategoryUpdateStatusRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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.



8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
# File 'lib/eBay.rb', line 8147

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8140
8141
8142
# File 'lib/eBay.rb', line 8140

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



8133
8134
8135
# File 'lib/eBay.rb', line 8133

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8137
8138
8139
# File 'lib/eBay.rb', line 8137

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8134
8135
8136
# File 'lib/eBay.rb', line 8134

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8138
8139
8140
# File 'lib/eBay.rb', line 8138

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



8135
8136
8137
# File 'lib/eBay.rb', line 8135

def messageID
  @messageID
end

#taskIDObject

Returns the value of attribute taskID.



8141
8142
8143
# File 'lib/eBay.rb', line 8141

def taskID
  @taskID
end

#versionObject

Returns the value of attribute version.



8136
8137
8138
# File 'lib/eBay.rb', line 8136

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



8139
8140
8141
# File 'lib/eBay.rb', line 8139

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



8143
8144
8145
# File 'lib/eBay.rb', line 8143

def set_any(elements)
  @__xmlele_any = elements
end