Class: SetPromotionalSaleRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetPromotionalSaleRequestType

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
action - ModifyActionCodeType
promotionalSaleDetails - PromotionalSaleType

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, action = nil, promotionalSaleDetails = nil) ⇒ SetPromotionalSaleRequestType

Returns a new instance of SetPromotionalSaleRequestType.



6446
6447
6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
# File 'lib/eBay.rb', line 6446

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, action = nil, promotionalSaleDetails = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @action = action
  @promotionalSaleDetails = promotionalSaleDetails
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6438
6439
6440
# File 'lib/eBay.rb', line 6438

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



6439
6440
6441
# File 'lib/eBay.rb', line 6439

def action
  @action
end

#botBlockObject

Returns the value of attribute botBlock.



6437
6438
6439
# File 'lib/eBay.rb', line 6437

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



6428
6429
6430
# File 'lib/eBay.rb', line 6428

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6432
6433
6434
# File 'lib/eBay.rb', line 6432

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6433
6434
6435
# File 'lib/eBay.rb', line 6433

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6429
6430
6431
# File 'lib/eBay.rb', line 6429

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6434
6435
6436
# File 'lib/eBay.rb', line 6434

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6430
6431
6432
# File 'lib/eBay.rb', line 6430

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6435
6436
6437
# File 'lib/eBay.rb', line 6435

def outputSelector
  @outputSelector
end

#promotionalSaleDetailsObject

Returns the value of attribute promotionalSaleDetails.



6440
6441
6442
# File 'lib/eBay.rb', line 6440

def promotionalSaleDetails
  @promotionalSaleDetails
end

#versionObject

Returns the value of attribute version.



6431
6432
6433
# File 'lib/eBay.rb', line 6431

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6436
6437
6438
# File 'lib/eBay.rb', line 6436

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6442
6443
6444
# File 'lib/eBay.rb', line 6442

def set_any(elements)
  @__xmlele_any = elements
end