Class: EBay::SetPictureManagerDetailsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::SetPictureManagerDetailsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetPictureManagerDetailsRequestType
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
pictureManagerDetails - EBay::PictureManagerDetailsType
action - EBay::PictureManagerActionCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#action ⇒ Object
Returns the value of attribute action.
-
#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.
-
#pictureManagerDetails ⇒ Object
Returns the value of attribute pictureManagerDetails.
-
#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, pictureManagerDetails = nil, action = nil) ⇒ SetPictureManagerDetailsRequestType
constructor
A new instance of SetPictureManagerDetailsRequestType.
- #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, pictureManagerDetails = nil, action = nil) ⇒ SetPictureManagerDetailsRequestType
Returns a new instance of SetPictureManagerDetailsRequestType.
7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 |
# File 'lib/eBay.rb', line 7603 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, pictureManagerDetails = nil, action = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @pictureManagerDetails = pictureManagerDetails @action = action end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
7595 7596 7597 |
# File 'lib/eBay.rb', line 7595 def __xmlele_any @__xmlele_any end |
#action ⇒ Object
Returns the value of attribute action.
7597 7598 7599 |
# File 'lib/eBay.rb', line 7597 def action @action end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
7594 7595 7596 |
# File 'lib/eBay.rb', line 7594 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
7585 7586 7587 |
# File 'lib/eBay.rb', line 7585 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
7589 7590 7591 |
# File 'lib/eBay.rb', line 7589 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
7590 7591 7592 |
# File 'lib/eBay.rb', line 7590 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
7586 7587 7588 |
# File 'lib/eBay.rb', line 7586 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
7591 7592 7593 |
# File 'lib/eBay.rb', line 7591 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
7587 7588 7589 |
# File 'lib/eBay.rb', line 7587 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
7592 7593 7594 |
# File 'lib/eBay.rb', line 7592 def outputSelector @outputSelector end |
#pictureManagerDetails ⇒ Object
Returns the value of attribute pictureManagerDetails.
7596 7597 7598 |
# File 'lib/eBay.rb', line 7596 def pictureManagerDetails @pictureManagerDetails end |
#version ⇒ Object
Returns the value of attribute version.
7588 7589 7590 |
# File 'lib/eBay.rb', line 7588 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
7593 7594 7595 |
# File 'lib/eBay.rb', line 7593 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
7599 7600 7601 |
# File 'lib/eBay.rb', line 7599 def set_any(elements) @__xmlele_any = elements end |