Class: EBay::GetAttributesXSLRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAttributesXSLRequestType

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
fileName - SOAP::SOAPString
fileVersion - 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, fileName = nil, fileVersion = nil) ⇒ GetAttributesXSLRequestType

Returns a new instance of GetAttributesXSLRequestType.



1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
# File 'lib/eBay.rb', line 1954

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1946
1947
1948
# File 'lib/eBay.rb', line 1946

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1945
1946
1947
# File 'lib/eBay.rb', line 1945

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



1936
1937
1938
# File 'lib/eBay.rb', line 1936

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1940
1941
1942
# File 'lib/eBay.rb', line 1940

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1941
1942
1943
# File 'lib/eBay.rb', line 1941

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1937
1938
1939
# File 'lib/eBay.rb', line 1937

def errorLanguage
  @errorLanguage
end

#fileNameObject

Returns the value of attribute fileName.



1947
1948
1949
# File 'lib/eBay.rb', line 1947

def fileName
  @fileName
end

#fileVersionObject

Returns the value of attribute fileVersion.



1948
1949
1950
# File 'lib/eBay.rb', line 1948

def fileVersion
  @fileVersion
end

#invocationIDObject

Returns the value of attribute invocationID.



1942
1943
1944
# File 'lib/eBay.rb', line 1942

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1938
1939
1940
# File 'lib/eBay.rb', line 1938

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1943
1944
1945
# File 'lib/eBay.rb', line 1943

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



1939
1940
1941
# File 'lib/eBay.rb', line 1939

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1944
1945
1946
# File 'lib/eBay.rb', line 1944

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1950
1951
1952
# File 'lib/eBay.rb', line 1950

def set_any(elements)
  @__xmlele_any = elements
end