Class: EBay::GetAttributesXSLRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetAttributesXSLRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetAttributesXSLRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#fileName ⇒ Object
Returns the value of attribute fileName.
-
#fileVersion ⇒ Object
Returns the value of attribute fileVersion.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, fileName = nil, fileVersion = nil) ⇒ GetAttributesXSLRequestType
constructor
A new instance of GetAttributesXSLRequestType.
- #set_any(elements) ⇒ Object
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, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, fileName = nil, fileVersion = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1946 1947 1948 |
# File 'lib/eBay.rb', line 1946 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
1945 1946 1947 |
# File 'lib/eBay.rb', line 1945 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
1936 1937 1938 |
# File 'lib/eBay.rb', line 1936 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
1940 1941 1942 |
# File 'lib/eBay.rb', line 1940 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
1941 1942 1943 |
# File 'lib/eBay.rb', line 1941 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
1937 1938 1939 |
# File 'lib/eBay.rb', line 1937 def errorLanguage @errorLanguage end |
#fileName ⇒ Object
Returns the value of attribute fileName.
1947 1948 1949 |
# File 'lib/eBay.rb', line 1947 def fileName @fileName end |
#fileVersion ⇒ Object
Returns the value of attribute fileVersion.
1948 1949 1950 |
# File 'lib/eBay.rb', line 1948 def fileVersion @fileVersion end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
1942 1943 1944 |
# File 'lib/eBay.rb', line 1942 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
1938 1939 1940 |
# File 'lib/eBay.rb', line 1938 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
1943 1944 1945 |
# File 'lib/eBay.rb', line 1943 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
1939 1940 1941 |
# File 'lib/eBay.rb', line 1939 def version @version end |
#warningLevel ⇒ Object
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 |