Class: EBay::GetSellingManagerTemplatesRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetSellingManagerTemplatesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellingManagerTemplatesRequestType
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 = []) ⇒ GetSellingManagerTemplatesRequestType
constructor
A new instance of GetSellingManagerTemplatesRequestType.
- #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 = []) ⇒ GetSellingManagerTemplatesRequestType
Returns a new instance of GetSellingManagerTemplatesRequestType.
5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 |
# File 'lib/eBay.rb', line 5031 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, saleTemplateID = []) @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.
5024 5025 5026 |
# File 'lib/eBay.rb', line 5024 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
5023 5024 5025 |
# File 'lib/eBay.rb', line 5023 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5014 5015 5016 |
# File 'lib/eBay.rb', line 5014 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
5018 5019 5020 |
# File 'lib/eBay.rb', line 5018 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5019 5020 5021 |
# File 'lib/eBay.rb', line 5019 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5015 5016 5017 |
# File 'lib/eBay.rb', line 5015 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5020 5021 5022 |
# File 'lib/eBay.rb', line 5020 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5016 5017 5018 |
# File 'lib/eBay.rb', line 5016 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
5021 5022 5023 |
# File 'lib/eBay.rb', line 5021 def outputSelector @outputSelector end |
#saleTemplateID ⇒ Object
Returns the value of attribute saleTemplateID.
5025 5026 5027 |
# File 'lib/eBay.rb', line 5025 def saleTemplateID @saleTemplateID end |
#version ⇒ Object
Returns the value of attribute version.
5017 5018 5019 |
# File 'lib/eBay.rb', line 5017 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
5022 5023 5024 |
# File 'lib/eBay.rb', line 5022 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
5027 5028 5029 |
# File 'lib/eBay.rb', line 5027 def set_any(elements) @__xmlele_any = elements end |