Class: EBay::GetStoreOptionsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetStoreOptionsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetStoreOptionsRequestType
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
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.
-
#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) ⇒ GetStoreOptionsRequestType
constructor
A new instance of GetStoreOptionsRequestType.
- #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) ⇒ GetStoreOptionsRequestType
Returns a new instance of GetStoreOptionsRequestType.
5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 |
# File 'lib/eBay.rb', line 5311 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
5305 5306 5307 |
# File 'lib/eBay.rb', line 5305 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
5304 5305 5306 |
# File 'lib/eBay.rb', line 5304 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5295 5296 5297 |
# File 'lib/eBay.rb', line 5295 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
5299 5300 5301 |
# File 'lib/eBay.rb', line 5299 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5300 5301 5302 |
# File 'lib/eBay.rb', line 5300 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5296 5297 5298 |
# File 'lib/eBay.rb', line 5296 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5301 5302 5303 |
# File 'lib/eBay.rb', line 5301 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5297 5298 5299 |
# File 'lib/eBay.rb', line 5297 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
5302 5303 5304 |
# File 'lib/eBay.rb', line 5302 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
5298 5299 5300 |
# File 'lib/eBay.rb', line 5298 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
5303 5304 5305 |
# File 'lib/eBay.rb', line 5303 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
5307 5308 5309 |
# File 'lib/eBay.rb', line 5307 def set_any(elements) @__xmlele_any = elements end |