Class: EBay::GetCrossPromotionsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetCrossPromotionsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetCrossPromotionsRequestType
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
itemID - (any)
promotionMethod - EBay::PromotionMethodCodeType
promotionViewMode - EBay::TradingRoleCodeType
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.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#promotionMethod ⇒ Object
Returns the value of attribute promotionMethod.
-
#promotionViewMode ⇒ Object
Returns the value of attribute promotionViewMode.
-
#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, itemID = nil, promotionMethod = nil, promotionViewMode = nil) ⇒ GetCrossPromotionsRequestType
constructor
A new instance of GetCrossPromotionsRequestType.
- #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, itemID = nil, promotionMethod = nil, promotionViewMode = nil) ⇒ GetCrossPromotionsRequestType
Returns a new instance of GetCrossPromotionsRequestType.
2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 |
# File 'lib/eBay.rb', line 2604 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, promotionMethod = nil, promotionViewMode = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @itemID = itemID @promotionMethod = promotionMethod @promotionViewMode = promotionViewMode end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2595 2596 2597 |
# File 'lib/eBay.rb', line 2595 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
2594 2595 2596 |
# File 'lib/eBay.rb', line 2594 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
2585 2586 2587 |
# File 'lib/eBay.rb', line 2585 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
2589 2590 2591 |
# File 'lib/eBay.rb', line 2589 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
2590 2591 2592 |
# File 'lib/eBay.rb', line 2590 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
2586 2587 2588 |
# File 'lib/eBay.rb', line 2586 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
2591 2592 2593 |
# File 'lib/eBay.rb', line 2591 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
2596 2597 2598 |
# File 'lib/eBay.rb', line 2596 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
2587 2588 2589 |
# File 'lib/eBay.rb', line 2587 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
2592 2593 2594 |
# File 'lib/eBay.rb', line 2592 def outputSelector @outputSelector end |
#promotionMethod ⇒ Object
Returns the value of attribute promotionMethod.
2597 2598 2599 |
# File 'lib/eBay.rb', line 2597 def promotionMethod @promotionMethod end |
#promotionViewMode ⇒ Object
Returns the value of attribute promotionViewMode.
2598 2599 2600 |
# File 'lib/eBay.rb', line 2598 def promotionViewMode @promotionViewMode end |
#version ⇒ Object
Returns the value of attribute version.
2588 2589 2590 |
# File 'lib/eBay.rb', line 2588 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
2593 2594 2595 |
# File 'lib/eBay.rb', line 2593 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
2600 2601 2602 |
# File 'lib/eBay.rb', line 2600 def set_any(elements) @__xmlele_any = elements end |