Class: EBay::GetSellingManagerTemplateAutomationRuleRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetSellingManagerTemplateAutomationRuleRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellingManagerTemplateAutomationRuleRequestType
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
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#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) ⇒ GetSellingManagerTemplateAutomationRuleRequestType
constructor
A new instance of GetSellingManagerTemplateAutomationRuleRequestType.
- #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) ⇒ GetSellingManagerTemplateAutomationRuleRequestType
Returns a new instance of GetSellingManagerTemplateAutomationRuleRequestType.
4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 |
# File 'lib/eBay.rb', line 4985 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, saleTemplateID = 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 end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
4978 4979 4980 |
# File 'lib/eBay.rb', line 4978 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
4977 4978 4979 |
# File 'lib/eBay.rb', line 4977 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
4968 4969 4970 |
# File 'lib/eBay.rb', line 4968 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
4972 4973 4974 |
# File 'lib/eBay.rb', line 4972 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
4973 4974 4975 |
# File 'lib/eBay.rb', line 4973 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
4969 4970 4971 |
# File 'lib/eBay.rb', line 4969 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
4974 4975 4976 |
# File 'lib/eBay.rb', line 4974 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
4970 4971 4972 |
# File 'lib/eBay.rb', line 4970 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
4975 4976 4977 |
# File 'lib/eBay.rb', line 4975 def outputSelector @outputSelector end |
#saleTemplateID ⇒ Object
Returns the value of attribute saleTemplateID.
4979 4980 4981 |
# File 'lib/eBay.rb', line 4979 def saleTemplateID @saleTemplateID end |
#version ⇒ Object
Returns the value of attribute version.
4971 4972 4973 |
# File 'lib/eBay.rb', line 4971 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
4976 4977 4978 |
# File 'lib/eBay.rb', line 4976 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
4981 4982 4983 |
# File 'lib/eBay.rb', line 4981 def set_any(elements) @__xmlele_any = elements end |