Class: EBay::SetPromotionalSaleListingsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::SetPromotionalSaleListingsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetPromotionalSaleListingsRequestType
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
action - EBay::ModifyActionCodeType
promotionalSaleItemIDArray - EBay::ItemIDArrayType
storeCategoryID - SOAP::SOAPLong
categoryID - SOAP::SOAPLong
allFixedPriceItems - SOAP::SOAPBoolean
allStoreInventoryItems - SOAP::SOAPBoolean
allAuctionItems - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#action ⇒ Object
Returns the value of attribute action.
-
#allAuctionItems ⇒ Object
Returns the value of attribute allAuctionItems.
-
#allFixedPriceItems ⇒ Object
Returns the value of attribute allFixedPriceItems.
-
#allStoreInventoryItems ⇒ Object
Returns the value of attribute allStoreInventoryItems.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#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.
-
#promotionalSaleItemIDArray ⇒ Object
Returns the value of attribute promotionalSaleItemIDArray.
-
#storeCategoryID ⇒ Object
Returns the value of attribute storeCategoryID.
-
#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, action = nil, promotionalSaleItemIDArray = nil, storeCategoryID = nil, categoryID = nil, allFixedPriceItems = nil, allStoreInventoryItems = nil, allAuctionItems = nil) ⇒ SetPromotionalSaleListingsRequestType
constructor
A new instance of SetPromotionalSaleListingsRequestType.
- #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, action = nil, promotionalSaleItemIDArray = nil, storeCategoryID = nil, categoryID = nil, allFixedPriceItems = nil, allStoreInventoryItems = nil, allAuctionItems = nil) ⇒ SetPromotionalSaleListingsRequestType
Returns a new instance of SetPromotionalSaleListingsRequestType.
7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 |
# File 'lib/eBay.rb', line 7713 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, promotionalSaleID = nil, action = nil, promotionalSaleItemIDArray = nil, storeCategoryID = nil, categoryID = nil, allFixedPriceItems = nil, allStoreInventoryItems = nil, allAuctionItems = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @promotionalSaleID = promotionalSaleID @action = action @promotionalSaleItemIDArray = promotionalSaleItemIDArray @storeCategoryID = storeCategoryID @categoryID = categoryID @allFixedPriceItems = allFixedPriceItems @allStoreInventoryItems = allStoreInventoryItems @allAuctionItems = allAuctionItems end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
7699 7700 7701 |
# File 'lib/eBay.rb', line 7699 def __xmlele_any @__xmlele_any end |
#action ⇒ Object
Returns the value of attribute action.
7701 7702 7703 |
# File 'lib/eBay.rb', line 7701 def action @action end |
#allAuctionItems ⇒ Object
Returns the value of attribute allAuctionItems.
7707 7708 7709 |
# File 'lib/eBay.rb', line 7707 def allAuctionItems @allAuctionItems end |
#allFixedPriceItems ⇒ Object
Returns the value of attribute allFixedPriceItems.
7705 7706 7707 |
# File 'lib/eBay.rb', line 7705 def allFixedPriceItems @allFixedPriceItems end |
#allStoreInventoryItems ⇒ Object
Returns the value of attribute allStoreInventoryItems.
7706 7707 7708 |
# File 'lib/eBay.rb', line 7706 def allStoreInventoryItems @allStoreInventoryItems end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
7698 7699 7700 |
# File 'lib/eBay.rb', line 7698 def botBlock @botBlock end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
7704 7705 7706 |
# File 'lib/eBay.rb', line 7704 def categoryID @categoryID end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
7689 7690 7691 |
# File 'lib/eBay.rb', line 7689 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
7693 7694 7695 |
# File 'lib/eBay.rb', line 7693 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
7694 7695 7696 |
# File 'lib/eBay.rb', line 7694 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
7690 7691 7692 |
# File 'lib/eBay.rb', line 7690 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
7695 7696 7697 |
# File 'lib/eBay.rb', line 7695 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
7691 7692 7693 |
# File 'lib/eBay.rb', line 7691 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
7696 7697 7698 |
# File 'lib/eBay.rb', line 7696 def outputSelector @outputSelector end |
#promotionalSaleID ⇒ Object
Returns the value of attribute promotionalSaleID.
7700 7701 7702 |
# File 'lib/eBay.rb', line 7700 def promotionalSaleID @promotionalSaleID end |
#promotionalSaleItemIDArray ⇒ Object
Returns the value of attribute promotionalSaleItemIDArray.
7702 7703 7704 |
# File 'lib/eBay.rb', line 7702 def promotionalSaleItemIDArray @promotionalSaleItemIDArray end |
#storeCategoryID ⇒ Object
Returns the value of attribute storeCategoryID.
7703 7704 7705 |
# File 'lib/eBay.rb', line 7703 def storeCategoryID @storeCategoryID end |
#version ⇒ Object
Returns the value of attribute version.
7692 7693 7694 |
# File 'lib/eBay.rb', line 7692 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
7697 7698 7699 |
# File 'lib/eBay.rb', line 7697 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
7709 7710 7711 |
# File 'lib/eBay.rb', line 7709 def set_any(elements) @__xmlele_any = elements end |