Class: SetPromotionalSaleListingsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetPromotionalSaleListingsRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
promotionalSaleID - SOAP::SOAPLong
action - ModifyActionCodeType
promotionalSaleItemIDArray - 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.



6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527
# File 'lib/eBay.rb', line 6507

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.



6493
6494
6495
# File 'lib/eBay.rb', line 6493

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



6495
6496
6497
# File 'lib/eBay.rb', line 6495

def action
  @action
end

#allAuctionItemsObject

Returns the value of attribute allAuctionItems.



6501
6502
6503
# File 'lib/eBay.rb', line 6501

def allAuctionItems
  @allAuctionItems
end

#allFixedPriceItemsObject

Returns the value of attribute allFixedPriceItems.



6499
6500
6501
# File 'lib/eBay.rb', line 6499

def allFixedPriceItems
  @allFixedPriceItems
end

#allStoreInventoryItemsObject

Returns the value of attribute allStoreInventoryItems.



6500
6501
6502
# File 'lib/eBay.rb', line 6500

def allStoreInventoryItems
  @allStoreInventoryItems
end

#botBlockObject

Returns the value of attribute botBlock.



6492
6493
6494
# File 'lib/eBay.rb', line 6492

def botBlock
  @botBlock
end

#categoryIDObject

Returns the value of attribute categoryID.



6498
6499
6500
# File 'lib/eBay.rb', line 6498

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



6483
6484
6485
# File 'lib/eBay.rb', line 6483

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6487
6488
6489
# File 'lib/eBay.rb', line 6487

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6488
6489
6490
# File 'lib/eBay.rb', line 6488

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6484
6485
6486
# File 'lib/eBay.rb', line 6484

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6489
6490
6491
# File 'lib/eBay.rb', line 6489

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6485
6486
6487
# File 'lib/eBay.rb', line 6485

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6490
6491
6492
# File 'lib/eBay.rb', line 6490

def outputSelector
  @outputSelector
end

#promotionalSaleIDObject

Returns the value of attribute promotionalSaleID.



6494
6495
6496
# File 'lib/eBay.rb', line 6494

def promotionalSaleID
  @promotionalSaleID
end

#promotionalSaleItemIDArrayObject

Returns the value of attribute promotionalSaleItemIDArray.



6496
6497
6498
# File 'lib/eBay.rb', line 6496

def promotionalSaleItemIDArray
  @promotionalSaleItemIDArray
end

#storeCategoryIDObject

Returns the value of attribute storeCategoryID.



6497
6498
6499
# File 'lib/eBay.rb', line 6497

def storeCategoryID
  @storeCategoryID
end

#versionObject

Returns the value of attribute version.



6486
6487
6488
# File 'lib/eBay.rb', line 6486

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6491
6492
6493
# File 'lib/eBay.rb', line 6491

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6503
6504
6505
# File 'lib/eBay.rb', line 6503

def set_any(elements)
  @__xmlele_any = elements
end