Class: EBay::GetCategoriesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoriesRequestType

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
categorySiteID - SOAP::SOAPString
categoryParent - SOAP::SOAPString
levelLimit - SOAP::SOAPInt
viewAllNodes - 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, 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, messageID = 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 = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2110
2111
2112
# File 'lib/eBay.rb', line 2110

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2109
2110
2111
# File 'lib/eBay.rb', line 2109

def botBlock
  @botBlock
end

#categoryParentObject

Returns the value of attribute categoryParent.



2112
2113
2114
# File 'lib/eBay.rb', line 2112

def categoryParent
  @categoryParent
end

#categorySiteIDObject

Returns the value of attribute categorySiteID.



2111
2112
2113
# File 'lib/eBay.rb', line 2111

def categorySiteID
  @categorySiteID
end

#detailLevelObject

Returns the value of attribute detailLevel.



2100
2101
2102
# File 'lib/eBay.rb', line 2100

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2104
2105
2106
# File 'lib/eBay.rb', line 2104

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2105
2106
2107
# File 'lib/eBay.rb', line 2105

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2101
2102
2103
# File 'lib/eBay.rb', line 2101

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2106
2107
2108
# File 'lib/eBay.rb', line 2106

def invocationID
  @invocationID
end

#levelLimitObject

Returns the value of attribute levelLimit.



2113
2114
2115
# File 'lib/eBay.rb', line 2113

def levelLimit
  @levelLimit
end

#messageIDObject

Returns the value of attribute messageID.



2102
2103
2104
# File 'lib/eBay.rb', line 2102

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2107
2108
2109
# File 'lib/eBay.rb', line 2107

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



2103
2104
2105
# File 'lib/eBay.rb', line 2103

def version
  @version
end

#viewAllNodesObject

Returns the value of attribute viewAllNodes.



2114
2115
2116
# File 'lib/eBay.rb', line 2114

def viewAllNodes
  @viewAllNodes
end

#warningLevelObject

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