Class: EBay::SetSellingManagerItemAutomationRuleRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetSellingManagerItemAutomationRuleRequestType

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

Returns the value of attribute __xmlele_any.



7810
7811
7812
# File 'lib/eBay.rb', line 7810

def __xmlele_any
  @__xmlele_any
end

#automatedRelistingRuleObject

Returns the value of attribute automatedRelistingRule.



7812
7813
7814
# File 'lib/eBay.rb', line 7812

def automatedRelistingRule
  @automatedRelistingRule
end

#automatedSecondChanceOfferRuleObject

Returns the value of attribute automatedSecondChanceOfferRule.



7813
7814
7815
# File 'lib/eBay.rb', line 7813

def automatedSecondChanceOfferRule
  @automatedSecondChanceOfferRule
end

#botBlockObject

Returns the value of attribute botBlock.



7809
7810
7811
# File 'lib/eBay.rb', line 7809

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



7800
7801
7802
# File 'lib/eBay.rb', line 7800

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



7804
7805
7806
# File 'lib/eBay.rb', line 7804

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7805
7806
7807
# File 'lib/eBay.rb', line 7805

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7801
7802
7803
# File 'lib/eBay.rb', line 7801

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7806
7807
7808
# File 'lib/eBay.rb', line 7806

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



7811
7812
7813
# File 'lib/eBay.rb', line 7811

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



7802
7803
7804
# File 'lib/eBay.rb', line 7802

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



7807
7808
7809
# File 'lib/eBay.rb', line 7807

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



7803
7804
7805
# File 'lib/eBay.rb', line 7803

def version
  @version
end

#warningLevelObject

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