Class: EBay::GetStoreCategoryUpdateStatusRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetStoreCategoryUpdateStatusRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - 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

Instance Method Summary collapse

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, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, taskID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5214
5215
5216
# File 'lib/eBay.rb', line 5214

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5213
5214
5215
# File 'lib/eBay.rb', line 5213

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5204
5205
5206
# File 'lib/eBay.rb', line 5204

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5208
5209
5210
# File 'lib/eBay.rb', line 5208

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5209
5210
5211
# File 'lib/eBay.rb', line 5209

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5205
5206
5207
# File 'lib/eBay.rb', line 5205

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5210
5211
5212
# File 'lib/eBay.rb', line 5210

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5206
5207
5208
# File 'lib/eBay.rb', line 5206

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5211
5212
5213
# File 'lib/eBay.rb', line 5211

def outputSelector
  @outputSelector
end

#taskIDObject

Returns the value of attribute taskID.



5215
5216
5217
# File 'lib/eBay.rb', line 5215

def taskID
  @taskID
end

#versionObject

Returns the value of attribute version.



5207
5208
5209
# File 'lib/eBay.rb', line 5207

def version
  @version
end

#warningLevelObject

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