Class: EBay::GetPromotionalSaleDetailsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetPromotionalSaleDetailsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetPromotionalSaleDetailsRequestType
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
promotionalSaleID - SOAP::SOAPLong
promotionalSaleStatus - EBay::PromotionalSaleStatusCodeType
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.
-
#promotionalSaleID ⇒ Object
Returns the value of attribute promotionalSaleID.
-
#promotionalSaleStatus ⇒ Object
Returns the value of attribute promotionalSaleStatus.
-
#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, promotionalSaleID = nil, promotionalSaleStatus = []) ⇒ GetPromotionalSaleDetailsRequestType
constructor
A new instance of GetPromotionalSaleDetailsRequestType.
- #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, promotionalSaleID = nil, promotionalSaleStatus = []) ⇒ GetPromotionalSaleDetailsRequestType
Returns a new instance of GetPromotionalSaleDetailsRequestType.
4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 |
# File 'lib/eBay.rb', line 4221 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, promotionalSaleID = nil, promotionalSaleStatus = []) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @promotionalSaleID = promotionalSaleID @promotionalSaleStatus = promotionalSaleStatus end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
4213 4214 4215 |
# File 'lib/eBay.rb', line 4213 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
4212 4213 4214 |
# File 'lib/eBay.rb', line 4212 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
4203 4204 4205 |
# File 'lib/eBay.rb', line 4203 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
4207 4208 4209 |
# File 'lib/eBay.rb', line 4207 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
4208 4209 4210 |
# File 'lib/eBay.rb', line 4208 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
4204 4205 4206 |
# File 'lib/eBay.rb', line 4204 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
4209 4210 4211 |
# File 'lib/eBay.rb', line 4209 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
4205 4206 4207 |
# File 'lib/eBay.rb', line 4205 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
4210 4211 4212 |
# File 'lib/eBay.rb', line 4210 def outputSelector @outputSelector end |
#promotionalSaleID ⇒ Object
Returns the value of attribute promotionalSaleID.
4214 4215 4216 |
# File 'lib/eBay.rb', line 4214 def promotionalSaleID @promotionalSaleID end |
#promotionalSaleStatus ⇒ Object
Returns the value of attribute promotionalSaleStatus.
4215 4216 4217 |
# File 'lib/eBay.rb', line 4215 def promotionalSaleStatus @promotionalSaleStatus end |
#version ⇒ Object
Returns the value of attribute version.
4206 4207 4208 |
# File 'lib/eBay.rb', line 4206 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
4211 4212 4213 |
# File 'lib/eBay.rb', line 4211 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
4217 4218 4219 |
# File 'lib/eBay.rb', line 4217 def set_any(elements) @__xmlele_any = elements end |