Class: EBay::GetPictureManagerDetailsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetPictureManagerDetailsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetPictureManagerDetailsRequestType
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
folderID - SOAP::SOAPInt
pictureURL - SOAP::SOAPString
pictureManagerDetailLevel - EBay::PictureManagerDetailLevelCodeType
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.
-
#folderID ⇒ Object
Returns the value of attribute folderID.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#pictureManagerDetailLevel ⇒ Object
Returns the value of attribute pictureManagerDetailLevel.
-
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
-
#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, folderID = nil, pictureURL = nil, pictureManagerDetailLevel = nil) ⇒ GetPictureManagerDetailsRequestType
constructor
A new instance of GetPictureManagerDetailsRequestType.
- #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, folderID = nil, pictureURL = nil, pictureManagerDetailLevel = nil) ⇒ GetPictureManagerDetailsRequestType
Returns a new instance of GetPictureManagerDetailsRequestType.
3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 |
# File 'lib/eBay.rb', line 3788 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, folderID = nil, pictureURL = nil, pictureManagerDetailLevel = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @folderID = folderID @pictureURL = pictureURL @pictureManagerDetailLevel = pictureManagerDetailLevel end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3779 3780 3781 |
# File 'lib/eBay.rb', line 3779 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
3778 3779 3780 |
# File 'lib/eBay.rb', line 3778 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
3769 3770 3771 |
# File 'lib/eBay.rb', line 3769 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
3773 3774 3775 |
# File 'lib/eBay.rb', line 3773 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
3774 3775 3776 |
# File 'lib/eBay.rb', line 3774 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
3770 3771 3772 |
# File 'lib/eBay.rb', line 3770 def errorLanguage @errorLanguage end |
#folderID ⇒ Object
Returns the value of attribute folderID.
3780 3781 3782 |
# File 'lib/eBay.rb', line 3780 def folderID @folderID end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
3775 3776 3777 |
# File 'lib/eBay.rb', line 3775 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
3771 3772 3773 |
# File 'lib/eBay.rb', line 3771 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
3776 3777 3778 |
# File 'lib/eBay.rb', line 3776 def outputSelector @outputSelector end |
#pictureManagerDetailLevel ⇒ Object
Returns the value of attribute pictureManagerDetailLevel.
3782 3783 3784 |
# File 'lib/eBay.rb', line 3782 def pictureManagerDetailLevel @pictureManagerDetailLevel end |
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
3781 3782 3783 |
# File 'lib/eBay.rb', line 3781 def pictureURL @pictureURL end |
#version ⇒ Object
Returns the value of attribute version.
3772 3773 3774 |
# File 'lib/eBay.rb', line 3772 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
3777 3778 3779 |
# File 'lib/eBay.rb', line 3777 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
3784 3785 3786 |
# File 'lib/eBay.rb', line 3784 def set_any(elements) @__xmlele_any = elements end |