Class: EBay::SetPromotionalSaleRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::SetPromotionalSaleRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetPromotionalSaleRequestType
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
action - EBay::ModifyActionCodeType
promotionalSaleDetails - EBay::PromotionalSaleType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#action ⇒ Object
Returns the value of attribute action.
-
#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.
-
#promotionalSaleDetails ⇒ Object
Returns the value of attribute promotionalSaleDetails.
-
#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, action = nil, promotionalSaleDetails = nil) ⇒ SetPromotionalSaleRequestType
constructor
A new instance of SetPromotionalSaleRequestType.
- #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, action = nil, promotionalSaleDetails = nil) ⇒ SetPromotionalSaleRequestType
Returns a new instance of SetPromotionalSaleRequestType.
7652 7653 7654 7655 7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 |
# File 'lib/eBay.rb', line 7652 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, action = nil, promotionalSaleDetails = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @action = action @promotionalSaleDetails = promotionalSaleDetails end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
7644 7645 7646 |
# File 'lib/eBay.rb', line 7644 def __xmlele_any @__xmlele_any end |
#action ⇒ Object
Returns the value of attribute action.
7645 7646 7647 |
# File 'lib/eBay.rb', line 7645 def action @action end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
7643 7644 7645 |
# File 'lib/eBay.rb', line 7643 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
7634 7635 7636 |
# File 'lib/eBay.rb', line 7634 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
7638 7639 7640 |
# File 'lib/eBay.rb', line 7638 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
7639 7640 7641 |
# File 'lib/eBay.rb', line 7639 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
7635 7636 7637 |
# File 'lib/eBay.rb', line 7635 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
7640 7641 7642 |
# File 'lib/eBay.rb', line 7640 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
7636 7637 7638 |
# File 'lib/eBay.rb', line 7636 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
7641 7642 7643 |
# File 'lib/eBay.rb', line 7641 def outputSelector @outputSelector end |
#promotionalSaleDetails ⇒ Object
Returns the value of attribute promotionalSaleDetails.
7646 7647 7648 |
# File 'lib/eBay.rb', line 7646 def promotionalSaleDetails @promotionalSaleDetails end |
#version ⇒ Object
Returns the value of attribute version.
7637 7638 7639 |
# File 'lib/eBay.rb', line 7637 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
7642 7643 7644 |
# File 'lib/eBay.rb', line 7642 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
7648 7649 7650 |
# File 'lib/eBay.rb', line 7648 def set_any(elements) @__xmlele_any = elements end |