Class: EBay::GetProductFinderRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductFinderRequestType

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
attributeSystemVersion - SOAP::SOAPString
productFinderID - SOAP::SOAPInt

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, attributeSystemVersion = nil, productFinderID = []) ⇒ GetProductFinderRequestType

Returns a new instance of GetProductFinderRequestType.



3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
# File 'lib/eBay.rb', line 3927

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3919
3920
3921
# File 'lib/eBay.rb', line 3919

def __xmlele_any
  @__xmlele_any
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



3920
3921
3922
# File 'lib/eBay.rb', line 3920

def attributeSystemVersion
  @attributeSystemVersion
end

#botBlockObject

Returns the value of attribute botBlock.



3918
3919
3920
# File 'lib/eBay.rb', line 3918

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3909
3910
3911
# File 'lib/eBay.rb', line 3909

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3913
3914
3915
# File 'lib/eBay.rb', line 3913

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3914
3915
3916
# File 'lib/eBay.rb', line 3914

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3910
3911
3912
# File 'lib/eBay.rb', line 3910

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3915
3916
3917
# File 'lib/eBay.rb', line 3915

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3911
3912
3913
# File 'lib/eBay.rb', line 3911

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3916
3917
3918
# File 'lib/eBay.rb', line 3916

def outputSelector
  @outputSelector
end

#productFinderIDObject

Returns the value of attribute productFinderID.



3921
3922
3923
# File 'lib/eBay.rb', line 3921

def productFinderID
  @productFinderID
end

#versionObject

Returns the value of attribute version.



3912
3913
3914
# File 'lib/eBay.rb', line 3912

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3917
3918
3919
# File 'lib/eBay.rb', line 3917

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3923
3924
3925
# File 'lib/eBay.rb', line 3923

def set_any(elements)
  @__xmlele_any = elements
end