Class: EBay::SetSellingManagerItemAutomationRuleRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::SetSellingManagerItemAutomationRuleRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetSellingManagerItemAutomationRuleRequestType
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
itemID - (any)
automatedRelistingRule - EBay::SellingManagerAutoRelistType
automatedSecondChanceOfferRule - EBay::SellingManagerAutoSecondChanceOfferType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#automatedRelistingRule ⇒ Object
Returns the value of attribute automatedRelistingRule.
-
#automatedSecondChanceOfferRule ⇒ Object
Returns the value of attribute automatedSecondChanceOfferRule.
-
#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.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#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, itemID = nil, automatedRelistingRule = nil, automatedSecondChanceOfferRule = nil) ⇒ SetSellingManagerItemAutomationRuleRequestType
constructor
A new instance of SetSellingManagerItemAutomationRuleRequestType.
- #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, itemID = nil, automatedRelistingRule = nil, automatedSecondChanceOfferRule = nil) ⇒ SetSellingManagerItemAutomationRuleRequestType
Returns a new instance of SetSellingManagerItemAutomationRuleRequestType.
7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 |
# File 'lib/eBay.rb', line 7819 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, automatedRelistingRule = nil, automatedSecondChanceOfferRule = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @itemID = itemID @automatedRelistingRule = automatedRelistingRule @automatedSecondChanceOfferRule = automatedSecondChanceOfferRule end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
7810 7811 7812 |
# File 'lib/eBay.rb', line 7810 def __xmlele_any @__xmlele_any end |
#automatedRelistingRule ⇒ Object
Returns the value of attribute automatedRelistingRule.
7812 7813 7814 |
# File 'lib/eBay.rb', line 7812 def automatedRelistingRule @automatedRelistingRule end |
#automatedSecondChanceOfferRule ⇒ Object
Returns the value of attribute automatedSecondChanceOfferRule.
7813 7814 7815 |
# File 'lib/eBay.rb', line 7813 def automatedSecondChanceOfferRule @automatedSecondChanceOfferRule end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
7809 7810 7811 |
# File 'lib/eBay.rb', line 7809 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
7800 7801 7802 |
# File 'lib/eBay.rb', line 7800 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
7804 7805 7806 |
# File 'lib/eBay.rb', line 7804 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
7805 7806 7807 |
# File 'lib/eBay.rb', line 7805 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
7801 7802 7803 |
# File 'lib/eBay.rb', line 7801 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
7806 7807 7808 |
# File 'lib/eBay.rb', line 7806 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
7811 7812 7813 |
# File 'lib/eBay.rb', line 7811 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
7802 7803 7804 |
# File 'lib/eBay.rb', line 7802 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
7807 7808 7809 |
# File 'lib/eBay.rb', line 7807 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
7803 7804 7805 |
# File 'lib/eBay.rb', line 7803 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
7808 7809 7810 |
# File 'lib/eBay.rb', line 7808 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
7815 7816 7817 |
# File 'lib/eBay.rb', line 7815 def set_any(elements) @__xmlele_any = elements end |