Class: EBay::GetStoreCategoryUpdateStatusRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetStoreCategoryUpdateStatusRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetStoreCategoryUpdateStatusRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
taskID - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#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.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#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, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, taskID = nil) ⇒ GetStoreCategoryUpdateStatusRequestType
constructor
A new instance of GetStoreCategoryUpdateStatusRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, taskID = nil) ⇒ GetStoreCategoryUpdateStatusRequestType
Returns a new instance of GetStoreCategoryUpdateStatusRequestType.
5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 |
# File 'lib/eBay.rb', line 5221 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, taskID = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @taskID = taskID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
5214 5215 5216 |
# File 'lib/eBay.rb', line 5214 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
5213 5214 5215 |
# File 'lib/eBay.rb', line 5213 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5204 5205 5206 |
# File 'lib/eBay.rb', line 5204 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
5208 5209 5210 |
# File 'lib/eBay.rb', line 5208 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5209 5210 5211 |
# File 'lib/eBay.rb', line 5209 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5205 5206 5207 |
# File 'lib/eBay.rb', line 5205 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5210 5211 5212 |
# File 'lib/eBay.rb', line 5210 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5206 5207 5208 |
# File 'lib/eBay.rb', line 5206 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
5211 5212 5213 |
# File 'lib/eBay.rb', line 5211 def outputSelector @outputSelector end |
#taskID ⇒ Object
Returns the value of attribute taskID.
5215 5216 5217 |
# File 'lib/eBay.rb', line 5215 def taskID @taskID end |
#version ⇒ Object
Returns the value of attribute version.
5207 5208 5209 |
# File 'lib/eBay.rb', line 5207 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
5212 5213 5214 |
# File 'lib/eBay.rb', line 5212 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
5217 5218 5219 |
# File 'lib/eBay.rb', line 5217 def set_any(elements) @__xmlele_any = elements end |