Class: GetCategoryMappingsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoryMappingsRequestType

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
categoryVersion - SOAP::SOAPString

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, categoryVersion = nil) ⇒ GetCategoryMappingsRequestType

Returns a new instance of GetCategoryMappingsRequestType.



1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# File 'lib/eBay.rb', line 1706

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1699
1700
1701
# File 'lib/eBay.rb', line 1699

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1698
1699
1700
# File 'lib/eBay.rb', line 1698

def botBlock
  @botBlock
end

#categoryVersionObject

Returns the value of attribute categoryVersion.



1700
1701
1702
# File 'lib/eBay.rb', line 1700

def categoryVersion
  @categoryVersion
end

#detailLevelObject

Returns the value of attribute detailLevel.



1689
1690
1691
# File 'lib/eBay.rb', line 1689

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1693
1694
1695
# File 'lib/eBay.rb', line 1693

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1694
1695
1696
# File 'lib/eBay.rb', line 1694

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1690
1691
1692
# File 'lib/eBay.rb', line 1690

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1695
1696
1697
# File 'lib/eBay.rb', line 1695

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1691
1692
1693
# File 'lib/eBay.rb', line 1691

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1696
1697
1698
# File 'lib/eBay.rb', line 1696

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



1692
1693
1694
# File 'lib/eBay.rb', line 1692

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1697
1698
1699
# File 'lib/eBay.rb', line 1697

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1702
1703
1704
# File 'lib/eBay.rb', line 1702

def set_any(elements)
  @__xmlele_any = elements
end