Class: EBay::GetContextualKeywordsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetContextualKeywordsRequestType

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
uRL - SOAP::SOAPAnyURI
encoding - SOAP::SOAPString
categoryID - 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, uRL = nil, encoding = nil, categoryID = []) ⇒ GetContextualKeywordsRequestType

Returns a new instance of GetContextualKeywordsRequestType.



2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
# File 'lib/eBay.rb', line 2552

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, uRL = nil, encoding = nil, categoryID = [])
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @uRL = uRL
  @encoding = encoding
  @categoryID = categoryID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2543
2544
2545
# File 'lib/eBay.rb', line 2543

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2542
2543
2544
# File 'lib/eBay.rb', line 2542

def botBlock
  @botBlock
end

#categoryIDObject

Returns the value of attribute categoryID.



2546
2547
2548
# File 'lib/eBay.rb', line 2546

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



2533
2534
2535
# File 'lib/eBay.rb', line 2533

def detailLevel
  @detailLevel
end

#encodingObject

Returns the value of attribute encoding.



2545
2546
2547
# File 'lib/eBay.rb', line 2545

def encoding
  @encoding
end

#endUserIPObject

Returns the value of attribute endUserIP.



2537
2538
2539
# File 'lib/eBay.rb', line 2537

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2538
2539
2540
# File 'lib/eBay.rb', line 2538

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2534
2535
2536
# File 'lib/eBay.rb', line 2534

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2539
2540
2541
# File 'lib/eBay.rb', line 2539

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2535
2536
2537
# File 'lib/eBay.rb', line 2535

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2540
2541
2542
# File 'lib/eBay.rb', line 2540

def outputSelector
  @outputSelector
end

#uRLObject

Returns the value of attribute uRL.



2544
2545
2546
# File 'lib/eBay.rb', line 2544

def uRL
  @uRL
end

#versionObject

Returns the value of attribute version.



2536
2537
2538
# File 'lib/eBay.rb', line 2536

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2541
2542
2543
# File 'lib/eBay.rb', line 2541

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2548
2549
2550
# File 'lib/eBay.rb', line 2548

def set_any(elements)
  @__xmlele_any = elements
end