Class: EBay::SetPromotionalSaleRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetPromotionalSaleRequestType

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
action - EBay::ModifyActionCodeType
promotionalSaleDetails - EBay::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.



7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
# File 'lib/eBay.rb', line 7652

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.



7644
7645
7646
# File 'lib/eBay.rb', line 7644

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



7645
7646
7647
# File 'lib/eBay.rb', line 7645

def action
  @action
end

#botBlockObject

Returns the value of attribute botBlock.



7643
7644
7645
# File 'lib/eBay.rb', line 7643

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



7634
7635
7636
# File 'lib/eBay.rb', line 7634

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



7638
7639
7640
# File 'lib/eBay.rb', line 7638

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7639
7640
7641
# File 'lib/eBay.rb', line 7639

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7635
7636
7637
# File 'lib/eBay.rb', line 7635

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7640
7641
7642
# File 'lib/eBay.rb', line 7640

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7636
7637
7638
# File 'lib/eBay.rb', line 7636

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



7641
7642
7643
# File 'lib/eBay.rb', line 7641

def outputSelector
  @outputSelector
end

#promotionalSaleDetailsObject

Returns the value of attribute promotionalSaleDetails.



7646
7647
7648
# File 'lib/eBay.rb', line 7646

def promotionalSaleDetails
  @promotionalSaleDetails
end

#versionObject

Returns the value of attribute version.



7637
7638
7639
# File 'lib/eBay.rb', line 7637

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



7642
7643
7644
# File 'lib/eBay.rb', line 7642

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



7648
7649
7650
# File 'lib/eBay.rb', line 7648

def set_any(elements)
  @__xmlele_any = elements
end