Class: EBay::GetProductFinderRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetProductFinderRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetProductFinderRequestType
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
attributeSystemVersion - SOAP::SOAPString
productFinderID - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
-
#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.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#productFinderID ⇒ Object
Returns the value of attribute productFinderID.
-
#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, attributeSystemVersion = nil, productFinderID = []) ⇒ GetProductFinderRequestType
constructor
A new instance of GetProductFinderRequestType.
- #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, 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, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, attributeSystemVersion = nil, productFinderID = []) @detailLevel = detailLevel @errorLanguage = errorLanguage @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3919 3920 3921 |
# File 'lib/eBay.rb', line 3919 def __xmlele_any @__xmlele_any end |
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
3920 3921 3922 |
# File 'lib/eBay.rb', line 3920 def attributeSystemVersion @attributeSystemVersion end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
3918 3919 3920 |
# File 'lib/eBay.rb', line 3918 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
3909 3910 3911 |
# File 'lib/eBay.rb', line 3909 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
3913 3914 3915 |
# File 'lib/eBay.rb', line 3913 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
3914 3915 3916 |
# File 'lib/eBay.rb', line 3914 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
3910 3911 3912 |
# File 'lib/eBay.rb', line 3910 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
3915 3916 3917 |
# File 'lib/eBay.rb', line 3915 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
3911 3912 3913 |
# File 'lib/eBay.rb', line 3911 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
3916 3917 3918 |
# File 'lib/eBay.rb', line 3916 def outputSelector @outputSelector end |
#productFinderID ⇒ Object
Returns the value of attribute productFinderID.
3921 3922 3923 |
# File 'lib/eBay.rb', line 3921 def productFinderID @productFinderID end |
#version ⇒ Object
Returns the value of attribute version.
3912 3913 3914 |
# File 'lib/eBay.rb', line 3912 def version @version end |
#warningLevel ⇒ Object
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 |