Class: EBay::GetProductFinderXSLRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductFinderXSLRequestType

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) ⇒ GetProductFinderXSLRequestType

Returns a new instance of GetProductFinderXSLRequestType.



3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
# File 'lib/eBay.rb', line 3976

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.



3968
3969
3970
# File 'lib/eBay.rb', line 3968

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3967
3968
3969
# File 'lib/eBay.rb', line 3967

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3958
3959
3960
# File 'lib/eBay.rb', line 3958

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3962
3963
3964
# File 'lib/eBay.rb', line 3962

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3963
3964
3965
# File 'lib/eBay.rb', line 3963

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3959
3960
3961
# File 'lib/eBay.rb', line 3959

def errorLanguage
  @errorLanguage
end

#fileNameObject

Returns the value of attribute fileName.



3969
3970
3971
# File 'lib/eBay.rb', line 3969

def fileName
  @fileName
end

#fileVersionObject

Returns the value of attribute fileVersion.



3970
3971
3972
# File 'lib/eBay.rb', line 3970

def fileVersion
  @fileVersion
end

#invocationIDObject

Returns the value of attribute invocationID.



3964
3965
3966
# File 'lib/eBay.rb', line 3964

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3960
3961
3962
# File 'lib/eBay.rb', line 3960

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3965
3966
3967
# File 'lib/eBay.rb', line 3965

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



3961
3962
3963
# File 'lib/eBay.rb', line 3961

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3966
3967
3968
# File 'lib/eBay.rb', line 3966

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3972
3973
3974
# File 'lib/eBay.rb', line 3972

def set_any(elements)
  @__xmlele_any = elements
end