Class: EBay::SetSellingManagerTemplateAutomationRuleRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSetSellingManagerTemplateAutomationRuleRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - 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

Instance Method Summary collapse

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, messageID = 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 = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7863
7864
7865
# File 'lib/eBay.rb', line 7863

def __xmlele_any
  @__xmlele_any
end

#automatedListingRuleObject

Returns the value of attribute automatedListingRule.



7865
7866
7867
# File 'lib/eBay.rb', line 7865

def automatedListingRule
  @automatedListingRule
end

#automatedRelistingRuleObject

Returns the value of attribute automatedRelistingRule.



7866
7867
7868
# File 'lib/eBay.rb', line 7866

def automatedRelistingRule
  @automatedRelistingRule
end

#automatedSecondChanceOfferRuleObject

Returns the value of attribute automatedSecondChanceOfferRule.



7867
7868
7869
# File 'lib/eBay.rb', line 7867

def automatedSecondChanceOfferRule
  @automatedSecondChanceOfferRule
end

#botBlockObject

Returns the value of attribute botBlock.



7862
7863
7864
# File 'lib/eBay.rb', line 7862

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



7853
7854
7855
# File 'lib/eBay.rb', line 7853

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



7857
7858
7859
# File 'lib/eBay.rb', line 7857

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7858
7859
7860
# File 'lib/eBay.rb', line 7858

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7854
7855
7856
# File 'lib/eBay.rb', line 7854

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7859
7860
7861
# File 'lib/eBay.rb', line 7859

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7855
7856
7857
# File 'lib/eBay.rb', line 7855

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



7860
7861
7862
# File 'lib/eBay.rb', line 7860

def outputSelector
  @outputSelector
end

#saleTemplateIDObject

Returns the value of attribute saleTemplateID.



7864
7865
7866
# File 'lib/eBay.rb', line 7864

def saleTemplateID
  @saleTemplateID
end

#versionObject

Returns the value of attribute version.



7856
7857
7858
# File 'lib/eBay.rb', line 7856

def version
  @version
end

#warningLevelObject

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