Class: EBay::GetCategoriesRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetCategoriesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetCategoriesRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
categorySiteID - SOAP::SOAPString
categoryParent - SOAP::SOAPString
levelLimit - SOAP::SOAPInt
viewAllNodes - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#categoryParent ⇒ Object
Returns the value of attribute categoryParent.
-
#categorySiteID ⇒ Object
Returns the value of attribute categorySiteID.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#levelLimit ⇒ Object
Returns the value of attribute levelLimit.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#version ⇒ Object
Returns the value of attribute version.
-
#viewAllNodes ⇒ Object
Returns the value of attribute viewAllNodes.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categorySiteID = nil, categoryParent = [], levelLimit = nil, viewAllNodes = nil) ⇒ GetCategoriesRequestType
constructor
A new instance of GetCategoriesRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categorySiteID = nil, categoryParent = [], levelLimit = nil, viewAllNodes = nil) ⇒ GetCategoriesRequestType
Returns a new instance of GetCategoriesRequestType.
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 |
# File 'lib/eBay.rb', line 2120 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categorySiteID = nil, categoryParent = [], levelLimit = nil, viewAllNodes = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @categorySiteID = categorySiteID @categoryParent = categoryParent @levelLimit = levelLimit @viewAllNodes = viewAllNodes end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2110 2111 2112 |
# File 'lib/eBay.rb', line 2110 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
2109 2110 2111 |
# File 'lib/eBay.rb', line 2109 def botBlock @botBlock end |
#categoryParent ⇒ Object
Returns the value of attribute categoryParent.
2112 2113 2114 |
# File 'lib/eBay.rb', line 2112 def categoryParent @categoryParent end |
#categorySiteID ⇒ Object
Returns the value of attribute categorySiteID.
2111 2112 2113 |
# File 'lib/eBay.rb', line 2111 def categorySiteID @categorySiteID end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
2100 2101 2102 |
# File 'lib/eBay.rb', line 2100 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
2104 2105 2106 |
# File 'lib/eBay.rb', line 2104 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
2105 2106 2107 |
# File 'lib/eBay.rb', line 2105 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
2101 2102 2103 |
# File 'lib/eBay.rb', line 2101 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
2106 2107 2108 |
# File 'lib/eBay.rb', line 2106 def invocationID @invocationID end |
#levelLimit ⇒ Object
Returns the value of attribute levelLimit.
2113 2114 2115 |
# File 'lib/eBay.rb', line 2113 def levelLimit @levelLimit end |
#messageID ⇒ Object
Returns the value of attribute messageID.
2102 2103 2104 |
# File 'lib/eBay.rb', line 2102 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
2107 2108 2109 |
# File 'lib/eBay.rb', line 2107 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
2103 2104 2105 |
# File 'lib/eBay.rb', line 2103 def version @version end |
#viewAllNodes ⇒ Object
Returns the value of attribute viewAllNodes.
2114 2115 2116 |
# File 'lib/eBay.rb', line 2114 def viewAllNodes @viewAllNodes end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
2108 2109 2110 |
# File 'lib/eBay.rb', line 2108 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
2116 2117 2118 |
# File 'lib/eBay.rb', line 2116 def set_any(elements) @__xmlele_any = elements end |