Class: EBay::GetPictureManagerOptionsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetPictureManagerOptionsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetPictureManagerOptionsRequestType
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) ⇒ GetPictureManagerOptionsRequestType
constructor
A new instance of GetPictureManagerOptionsRequestType.
- #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) ⇒ GetPictureManagerOptionsRequestType
Returns a new instance of GetPictureManagerOptionsRequestType.
3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 |
# File 'lib/eBay.rb', line 3834 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.
3828 3829 3830 |
# File 'lib/eBay.rb', line 3828 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
3827 3828 3829 |
# File 'lib/eBay.rb', line 3827 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
3818 3819 3820 |
# File 'lib/eBay.rb', line 3818 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
3822 3823 3824 |
# File 'lib/eBay.rb', line 3822 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
3823 3824 3825 |
# File 'lib/eBay.rb', line 3823 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
3819 3820 3821 |
# File 'lib/eBay.rb', line 3819 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
3824 3825 3826 |
# File 'lib/eBay.rb', line 3824 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
3820 3821 3822 |
# File 'lib/eBay.rb', line 3820 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
3825 3826 3827 |
# File 'lib/eBay.rb', line 3825 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
3821 3822 3823 |
# File 'lib/eBay.rb', line 3821 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
3826 3827 3828 |
# File 'lib/eBay.rb', line 3826 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
3830 3831 3832 |
# File 'lib/eBay.rb', line 3830 def set_any(elements) @__xmlele_any = elements end |