Class: EBay::SetSellingManagerTemplateAutomationRuleRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::SetSellingManagerTemplateAutomationRuleRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetSellingManagerTemplateAutomationRuleRequestType
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
saleTemplateID - SOAP::SOAPLong
automatedListingRule - EBay::SellingManagerAutoListType
automatedRelistingRule - EBay::SellingManagerAutoRelistType
automatedSecondChanceOfferRule - EBay::SellingManagerAutoSecondChanceOfferType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#automatedListingRule ⇒ Object
Returns the value of attribute automatedListingRule.
-
#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.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#saleTemplateID ⇒ Object
Returns the value of attribute saleTemplateID.
-
#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, saleTemplateID = nil, automatedListingRule = nil, automatedRelistingRule = nil, automatedSecondChanceOfferRule = nil) ⇒ SetSellingManagerTemplateAutomationRuleRequestType
constructor
A new instance of SetSellingManagerTemplateAutomationRuleRequestType.
- #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, saleTemplateID = nil, automatedListingRule = nil, automatedRelistingRule = nil, automatedSecondChanceOfferRule = nil) ⇒ SetSellingManagerTemplateAutomationRuleRequestType
Returns a new instance of SetSellingManagerTemplateAutomationRuleRequestType.
7873 7874 7875 7876 7877 7878 7879 7880 7881 7882 7883 7884 7885 7886 7887 7888 7889 |
# File 'lib/eBay.rb', line 7873 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, saleTemplateID = nil, automatedListingRule = 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 @saleTemplateID = saleTemplateID @automatedListingRule = automatedListingRule @automatedRelistingRule = automatedRelistingRule @automatedSecondChanceOfferRule = automatedSecondChanceOfferRule end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
7863 7864 7865 |
# File 'lib/eBay.rb', line 7863 def __xmlele_any @__xmlele_any end |
#automatedListingRule ⇒ Object
Returns the value of attribute automatedListingRule.
7865 7866 7867 |
# File 'lib/eBay.rb', line 7865 def automatedListingRule @automatedListingRule end |
#automatedRelistingRule ⇒ Object
Returns the value of attribute automatedRelistingRule.
7866 7867 7868 |
# File 'lib/eBay.rb', line 7866 def automatedRelistingRule @automatedRelistingRule end |
#automatedSecondChanceOfferRule ⇒ Object
Returns the value of attribute automatedSecondChanceOfferRule.
7867 7868 7869 |
# File 'lib/eBay.rb', line 7867 def automatedSecondChanceOfferRule @automatedSecondChanceOfferRule end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
7862 7863 7864 |
# File 'lib/eBay.rb', line 7862 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
7853 7854 7855 |
# File 'lib/eBay.rb', line 7853 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
7857 7858 7859 |
# File 'lib/eBay.rb', line 7857 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
7858 7859 7860 |
# File 'lib/eBay.rb', line 7858 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
7854 7855 7856 |
# File 'lib/eBay.rb', line 7854 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
7859 7860 7861 |
# File 'lib/eBay.rb', line 7859 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
7855 7856 7857 |
# File 'lib/eBay.rb', line 7855 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
7860 7861 7862 |
# File 'lib/eBay.rb', line 7860 def outputSelector @outputSelector end |
#saleTemplateID ⇒ Object
Returns the value of attribute saleTemplateID.
7864 7865 7866 |
# File 'lib/eBay.rb', line 7864 def saleTemplateID @saleTemplateID end |
#version ⇒ Object
Returns the value of attribute version.
7856 7857 7858 |
# File 'lib/eBay.rb', line 7856 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
7861 7862 7863 |
# File 'lib/eBay.rb', line 7861 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
7869 7870 7871 |
# File 'lib/eBay.rb', line 7869 def set_any(elements) @__xmlele_any = elements end |