Class: GetCategorySpecificsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategorySpecificsRequestType

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
categoryID - SOAP::SOAPString
lastUpdateTime - SOAP::SOAPDateTime
maxNames - SOAP::SOAPInt
maxValuesPerName - SOAP::SOAPInt
name - 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, categoryID = [], lastUpdateTime = nil, maxNames = nil, maxValuesPerName = nil, name = nil) ⇒ GetCategorySpecificsRequestType

Returns a new instance of GetCategorySpecificsRequestType.



1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/eBay.rb', line 1760

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = [], lastUpdateTime = nil, maxNames = nil, maxValuesPerName = nil, name = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @categoryID = categoryID
  @lastUpdateTime = lastUpdateTime
  @maxNames = maxNames
  @maxValuesPerName = maxValuesPerName
  @name = name
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1749
1750
1751
# File 'lib/eBay.rb', line 1749

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1748
1749
1750
# File 'lib/eBay.rb', line 1748

def botBlock
  @botBlock
end

#categoryIDObject

Returns the value of attribute categoryID.



1750
1751
1752
# File 'lib/eBay.rb', line 1750

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



1739
1740
1741
# File 'lib/eBay.rb', line 1739

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1743
1744
1745
# File 'lib/eBay.rb', line 1743

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1744
1745
1746
# File 'lib/eBay.rb', line 1744

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1740
1741
1742
# File 'lib/eBay.rb', line 1740

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1745
1746
1747
# File 'lib/eBay.rb', line 1745

def invocationID
  @invocationID
end

#lastUpdateTimeObject

Returns the value of attribute lastUpdateTime.



1751
1752
1753
# File 'lib/eBay.rb', line 1751

def lastUpdateTime
  @lastUpdateTime
end

#maxNamesObject

Returns the value of attribute maxNames.



1752
1753
1754
# File 'lib/eBay.rb', line 1752

def maxNames
  @maxNames
end

#maxValuesPerNameObject

Returns the value of attribute maxValuesPerName.



1753
1754
1755
# File 'lib/eBay.rb', line 1753

def maxValuesPerName
  @maxValuesPerName
end

#messageIDObject

Returns the value of attribute messageID.



1741
1742
1743
# File 'lib/eBay.rb', line 1741

def messageID
  @messageID
end

#nameObject

Returns the value of attribute name.



1754
1755
1756
# File 'lib/eBay.rb', line 1754

def name
  @name
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1746
1747
1748
# File 'lib/eBay.rb', line 1746

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



1742
1743
1744
# File 'lib/eBay.rb', line 1742

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1747
1748
1749
# File 'lib/eBay.rb', line 1747

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1756
1757
1758
# File 'lib/eBay.rb', line 1756

def set_any(elements)
  @__xmlele_any = elements
end