Class: GetContextualKeywordsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetContextualKeywordsRequestType

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
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.



1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
# File 'lib/eBay.rb', line 1921

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.



1912
1913
1914
# File 'lib/eBay.rb', line 1912

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1911
1912
1913
# File 'lib/eBay.rb', line 1911

def botBlock
  @botBlock
end

#categoryIDObject

Returns the value of attribute categoryID.



1915
1916
1917
# File 'lib/eBay.rb', line 1915

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



1902
1903
1904
# File 'lib/eBay.rb', line 1902

def detailLevel
  @detailLevel
end

#encodingObject

Returns the value of attribute encoding.



1914
1915
1916
# File 'lib/eBay.rb', line 1914

def encoding
  @encoding
end

#endUserIPObject

Returns the value of attribute endUserIP.



1906
1907
1908
# File 'lib/eBay.rb', line 1906

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1907
1908
1909
# File 'lib/eBay.rb', line 1907

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1903
1904
1905
# File 'lib/eBay.rb', line 1903

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1908
1909
1910
# File 'lib/eBay.rb', line 1908

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1904
1905
1906
# File 'lib/eBay.rb', line 1904

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1909
1910
1911
# File 'lib/eBay.rb', line 1909

def outputSelector
  @outputSelector
end

#uRLObject

Returns the value of attribute uRL.



1913
1914
1915
# File 'lib/eBay.rb', line 1913

def uRL
  @uRL
end

#versionObject

Returns the value of attribute version.



1905
1906
1907
# File 'lib/eBay.rb', line 1905

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1910
1911
1912
# File 'lib/eBay.rb', line 1910

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1917
1918
1919
# File 'lib/eBay.rb', line 1917

def set_any(elements)
  @__xmlele_any = elements
end