Class: EBay::SetPromotionalSaleListingsRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSetPromotionalSaleListingsRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - 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

Instance Method Summary collapse

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, 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)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7699
7700
7701
# File 'lib/eBay.rb', line 7699

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



7701
7702
7703
# File 'lib/eBay.rb', line 7701

def action
  @action
end

#allAuctionItemsObject

Returns the value of attribute allAuctionItems.



7707
7708
7709
# File 'lib/eBay.rb', line 7707

def allAuctionItems
  @allAuctionItems
end

#allFixedPriceItemsObject

Returns the value of attribute allFixedPriceItems.



7705
7706
7707
# File 'lib/eBay.rb', line 7705

def allFixedPriceItems
  @allFixedPriceItems
end

#allStoreInventoryItemsObject

Returns the value of attribute allStoreInventoryItems.



7706
7707
7708
# File 'lib/eBay.rb', line 7706

def allStoreInventoryItems
  @allStoreInventoryItems
end

#botBlockObject

Returns the value of attribute botBlock.



7698
7699
7700
# File 'lib/eBay.rb', line 7698

def botBlock
  @botBlock
end

#categoryIDObject

Returns the value of attribute categoryID.



7704
7705
7706
# File 'lib/eBay.rb', line 7704

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



7689
7690
7691
# File 'lib/eBay.rb', line 7689

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



7693
7694
7695
# File 'lib/eBay.rb', line 7693

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7694
7695
7696
# File 'lib/eBay.rb', line 7694

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7690
7691
7692
# File 'lib/eBay.rb', line 7690

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7695
7696
7697
# File 'lib/eBay.rb', line 7695

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7691
7692
7693
# File 'lib/eBay.rb', line 7691

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



7696
7697
7698
# File 'lib/eBay.rb', line 7696

def outputSelector
  @outputSelector
end

#promotionalSaleIDObject

Returns the value of attribute promotionalSaleID.



7700
7701
7702
# File 'lib/eBay.rb', line 7700

def promotionalSaleID
  @promotionalSaleID
end

#promotionalSaleItemIDArrayObject

Returns the value of attribute promotionalSaleItemIDArray.



7702
7703
7704
# File 'lib/eBay.rb', line 7702

def promotionalSaleItemIDArray
  @promotionalSaleItemIDArray
end

#storeCategoryIDObject

Returns the value of attribute storeCategoryID.



7703
7704
7705
# File 'lib/eBay.rb', line 7703

def storeCategoryID
  @storeCategoryID
end

#versionObject

Returns the value of attribute version.



7692
7693
7694
# File 'lib/eBay.rb', line 7692

def version
  @version
end

#warningLevelObject

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