Class: GetCategoryFeaturesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoryFeaturesRequestType

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
levelLimit - SOAP::SOAPInt
viewAllNodes - SOAP::SOAPBoolean
featureID - FeatureIDCodeType

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 = nil, levelLimit = nil, viewAllNodes = nil, featureID = []) ⇒ GetCategoryFeaturesRequestType

Returns a new instance of GetCategoryFeaturesRequestType.



1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'lib/eBay.rb', line 1560

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = nil, levelLimit = nil, viewAllNodes = nil, featureID = [])
  @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
  @levelLimit = levelLimit
  @viewAllNodes = viewAllNodes
  @featureID = featureID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1550
1551
1552
# File 'lib/eBay.rb', line 1550

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1549
1550
1551
# File 'lib/eBay.rb', line 1549

def botBlock
  @botBlock
end

#categoryIDObject

Returns the value of attribute categoryID.



1551
1552
1553
# File 'lib/eBay.rb', line 1551

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



1540
1541
1542
# File 'lib/eBay.rb', line 1540

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1544
1545
1546
# File 'lib/eBay.rb', line 1544

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1545
1546
1547
# File 'lib/eBay.rb', line 1545

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1541
1542
1543
# File 'lib/eBay.rb', line 1541

def errorLanguage
  @errorLanguage
end

#featureIDObject

Returns the value of attribute featureID.



1554
1555
1556
# File 'lib/eBay.rb', line 1554

def featureID
  @featureID
end

#invocationIDObject

Returns the value of attribute invocationID.



1546
1547
1548
# File 'lib/eBay.rb', line 1546

def invocationID
  @invocationID
end

#levelLimitObject

Returns the value of attribute levelLimit.



1552
1553
1554
# File 'lib/eBay.rb', line 1552

def levelLimit
  @levelLimit
end

#messageIDObject

Returns the value of attribute messageID.



1542
1543
1544
# File 'lib/eBay.rb', line 1542

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1547
1548
1549
# File 'lib/eBay.rb', line 1547

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



1543
1544
1545
# File 'lib/eBay.rb', line 1543

def version
  @version
end

#viewAllNodesObject

Returns the value of attribute viewAllNodes.



1553
1554
1555
# File 'lib/eBay.rb', line 1553

def viewAllNodes
  @viewAllNodes
end

#warningLevelObject

Returns the value of attribute warningLevel.



1548
1549
1550
# File 'lib/eBay.rb', line 1548

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1556
1557
1558
# File 'lib/eBay.rb', line 1556

def set_any(elements)
  @__xmlele_any = elements
end