Class: GetCategory2CSRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategory2CSRequestType

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
attributeSystemVersion - 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 = nil, attributeSystemVersion = nil) ⇒ GetCategory2CSRequestType

Returns a new instance of GetCategory2CSRequestType.



1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
# File 'lib/eBay.rb', line 1507

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1499
1500
1501
# File 'lib/eBay.rb', line 1499

def __xmlele_any
  @__xmlele_any
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



1501
1502
1503
# File 'lib/eBay.rb', line 1501

def attributeSystemVersion
  @attributeSystemVersion
end

#botBlockObject

Returns the value of attribute botBlock.



1498
1499
1500
# File 'lib/eBay.rb', line 1498

def botBlock
  @botBlock
end

#categoryIDObject

Returns the value of attribute categoryID.



1500
1501
1502
# File 'lib/eBay.rb', line 1500

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



1489
1490
1491
# File 'lib/eBay.rb', line 1489

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1493
1494
1495
# File 'lib/eBay.rb', line 1493

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1494
1495
1496
# File 'lib/eBay.rb', line 1494

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1490
1491
1492
# File 'lib/eBay.rb', line 1490

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1495
1496
1497
# File 'lib/eBay.rb', line 1495

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1491
1492
1493
# File 'lib/eBay.rb', line 1491

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1496
1497
1498
# File 'lib/eBay.rb', line 1496

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



1492
1493
1494
# File 'lib/eBay.rb', line 1492

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1497
1498
1499
# File 'lib/eBay.rb', line 1497

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1503
1504
1505
# File 'lib/eBay.rb', line 1503

def set_any(elements)
  @__xmlele_any = elements
end