Class: EBay::SetSellingManagerFeedbackOptionsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::SetSellingManagerFeedbackOptionsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetSellingManagerFeedbackOptionsRequestType
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
automatedLeaveFeedbackEvent - EBay::AutomatedLeaveFeedbackEventCodeType
storedComments - EBay::FeedbackCommentArrayType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#automatedLeaveFeedbackEvent ⇒ Object
Returns the value of attribute automatedLeaveFeedbackEvent.
-
#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.
-
#storedComments ⇒ Object
Returns the value of attribute storedComments.
-
#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, automatedLeaveFeedbackEvent = nil, storedComments = nil) ⇒ SetSellingManagerFeedbackOptionsRequestType
constructor
A new instance of SetSellingManagerFeedbackOptionsRequestType.
- #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, automatedLeaveFeedbackEvent = nil, storedComments = nil) ⇒ SetSellingManagerFeedbackOptionsRequestType
Returns a new instance of SetSellingManagerFeedbackOptionsRequestType.
7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 7780 7781 7782 |
# File 'lib/eBay.rb', line 7768 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, automatedLeaveFeedbackEvent = nil, storedComments = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @automatedLeaveFeedbackEvent = automatedLeaveFeedbackEvent @storedComments = storedComments end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
7760 7761 7762 |
# File 'lib/eBay.rb', line 7760 def __xmlele_any @__xmlele_any end |
#automatedLeaveFeedbackEvent ⇒ Object
Returns the value of attribute automatedLeaveFeedbackEvent.
7761 7762 7763 |
# File 'lib/eBay.rb', line 7761 def automatedLeaveFeedbackEvent @automatedLeaveFeedbackEvent end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
7759 7760 7761 |
# File 'lib/eBay.rb', line 7759 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
7750 7751 7752 |
# File 'lib/eBay.rb', line 7750 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
7754 7755 7756 |
# File 'lib/eBay.rb', line 7754 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
7755 7756 7757 |
# File 'lib/eBay.rb', line 7755 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
7751 7752 7753 |
# File 'lib/eBay.rb', line 7751 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
7756 7757 7758 |
# File 'lib/eBay.rb', line 7756 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
7752 7753 7754 |
# File 'lib/eBay.rb', line 7752 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
7757 7758 7759 |
# File 'lib/eBay.rb', line 7757 def outputSelector @outputSelector end |
#storedComments ⇒ Object
Returns the value of attribute storedComments.
7762 7763 7764 |
# File 'lib/eBay.rb', line 7762 def storedComments @storedComments end |
#version ⇒ Object
Returns the value of attribute version.
7753 7754 7755 |
# File 'lib/eBay.rb', line 7753 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
7758 7759 7760 |
# File 'lib/eBay.rb', line 7758 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
7764 7765 7766 |
# File 'lib/eBay.rb', line 7764 def set_any(elements) @__xmlele_any = elements end |