Class: GetStoreCategoryUpdateStatusRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetStoreCategoryUpdateStatusRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - 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.



4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
# File 'lib/eBay.rb', line 4549

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.



4542
4543
4544
# File 'lib/eBay.rb', line 4542

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4541
4542
4543
# File 'lib/eBay.rb', line 4541

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4532
4533
4534
# File 'lib/eBay.rb', line 4532

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4536
4537
4538
# File 'lib/eBay.rb', line 4536

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4537
4538
4539
# File 'lib/eBay.rb', line 4537

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4533
4534
4535
# File 'lib/eBay.rb', line 4533

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4538
4539
4540
# File 'lib/eBay.rb', line 4538

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4534
4535
4536
# File 'lib/eBay.rb', line 4534

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4539
4540
4541
# File 'lib/eBay.rb', line 4539

def outputSelector
  @outputSelector
end

#taskIDObject

Returns the value of attribute taskID.



4543
4544
4545
# File 'lib/eBay.rb', line 4543

def taskID
  @taskID
end

#versionObject

Returns the value of attribute version.



4535
4536
4537
# File 'lib/eBay.rb', line 4535

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4540
4541
4542
# File 'lib/eBay.rb', line 4540

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4545
4546
4547
# File 'lib/eBay.rb', line 4545

def set_any(elements)
  @__xmlele_any = elements
end