Class: EBay::GetSellingManagerInventoryFolderRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellingManagerInventoryFolderRequestType

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
folderID - SOAP::SOAPLong
maxDepth - SOAP::SOAPInt
fullRecursion - SOAP::SOAPBoolean

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, folderID = nil, maxDepth = nil, fullRecursion = nil) ⇒ GetSellingManagerInventoryFolderRequestType

Returns a new instance of GetSellingManagerInventoryFolderRequestType.



4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
# File 'lib/eBay.rb', line 4769

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, folderID = nil, maxDepth = nil, fullRecursion = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @folderID = folderID
  @maxDepth = maxDepth
  @fullRecursion = fullRecursion
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4760
4761
4762
# File 'lib/eBay.rb', line 4760

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4759
4760
4761
# File 'lib/eBay.rb', line 4759

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4750
4751
4752
# File 'lib/eBay.rb', line 4750

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4754
4755
4756
# File 'lib/eBay.rb', line 4754

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4755
4756
4757
# File 'lib/eBay.rb', line 4755

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4751
4752
4753
# File 'lib/eBay.rb', line 4751

def errorLanguage
  @errorLanguage
end

#folderIDObject

Returns the value of attribute folderID.



4761
4762
4763
# File 'lib/eBay.rb', line 4761

def folderID
  @folderID
end

#fullRecursionObject

Returns the value of attribute fullRecursion.



4763
4764
4765
# File 'lib/eBay.rb', line 4763

def fullRecursion
  @fullRecursion
end

#invocationIDObject

Returns the value of attribute invocationID.



4756
4757
4758
# File 'lib/eBay.rb', line 4756

def invocationID
  @invocationID
end

#maxDepthObject

Returns the value of attribute maxDepth.



4762
4763
4764
# File 'lib/eBay.rb', line 4762

def maxDepth
  @maxDepth
end

#messageIDObject

Returns the value of attribute messageID.



4752
4753
4754
# File 'lib/eBay.rb', line 4752

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4757
4758
4759
# File 'lib/eBay.rb', line 4757

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



4753
4754
4755
# File 'lib/eBay.rb', line 4753

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4758
4759
4760
# File 'lib/eBay.rb', line 4758

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4765
4766
4767
# File 'lib/eBay.rb', line 4765

def set_any(elements)
  @__xmlele_any = elements
end