Class: EBay::GetProductSearchPageRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetProductSearchPageRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetProductSearchPageRequestType
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
attributeSetID - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attributeSetID ⇒ Object
Returns the value of attribute attributeSetID.
-
#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.
-
#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, attributeSetID = []) ⇒ GetProductSearchPageRequestType
constructor
A new instance of GetProductSearchPageRequestType.
- #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, attributeSetID = []) ⇒ GetProductSearchPageRequestType
Returns a new instance of GetProductSearchPageRequestType.
4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 |
# File 'lib/eBay.rb', line 4025 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, attributeSystemVersion = nil, attributeSetID = []) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @attributeSystemVersion = attributeSystemVersion @attributeSetID = attributeSetID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
4017 4018 4019 |
# File 'lib/eBay.rb', line 4017 def __xmlele_any @__xmlele_any end |
#attributeSetID ⇒ Object
Returns the value of attribute attributeSetID.
4019 4020 4021 |
# File 'lib/eBay.rb', line 4019 def attributeSetID @attributeSetID end |
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
4018 4019 4020 |
# File 'lib/eBay.rb', line 4018 def attributeSystemVersion @attributeSystemVersion end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
4016 4017 4018 |
# File 'lib/eBay.rb', line 4016 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
4007 4008 4009 |
# File 'lib/eBay.rb', line 4007 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
4011 4012 4013 |
# File 'lib/eBay.rb', line 4011 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
4012 4013 4014 |
# File 'lib/eBay.rb', line 4012 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
4008 4009 4010 |
# File 'lib/eBay.rb', line 4008 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
4013 4014 4015 |
# File 'lib/eBay.rb', line 4013 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
4009 4010 4011 |
# File 'lib/eBay.rb', line 4009 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
4014 4015 4016 |
# File 'lib/eBay.rb', line 4014 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
4010 4011 4012 |
# File 'lib/eBay.rb', line 4010 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
4015 4016 4017 |
# File 'lib/eBay.rb', line 4015 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
4021 4022 4023 |
# File 'lib/eBay.rb', line 4021 def set_any(elements) @__xmlele_any = elements end |