Class: GetPromotionalSaleDetailsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetPromotionalSaleDetailsRequestType

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

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) ⇒ GetPromotionalSaleDetailsRequestType

Returns a new instance of GetPromotionalSaleDetailsRequestType.



3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
# File 'lib/eBay.rb', line 3773

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, promotionalSaleID = 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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3766
3767
3768
# File 'lib/eBay.rb', line 3766

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3765
3766
3767
# File 'lib/eBay.rb', line 3765

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3756
3757
3758
# File 'lib/eBay.rb', line 3756

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3760
3761
3762
# File 'lib/eBay.rb', line 3760

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3761
3762
3763
# File 'lib/eBay.rb', line 3761

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3757
3758
3759
# File 'lib/eBay.rb', line 3757

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3762
3763
3764
# File 'lib/eBay.rb', line 3762

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3758
3759
3760
# File 'lib/eBay.rb', line 3758

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3763
3764
3765
# File 'lib/eBay.rb', line 3763

def outputSelector
  @outputSelector
end

#promotionalSaleIDObject

Returns the value of attribute promotionalSaleID.



3767
3768
3769
# File 'lib/eBay.rb', line 3767

def promotionalSaleID
  @promotionalSaleID
end

#versionObject

Returns the value of attribute version.



3759
3760
3761
# File 'lib/eBay.rb', line 3759

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3764
3765
3766
# File 'lib/eBay.rb', line 3764

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3769
3770
3771
# File 'lib/eBay.rb', line 3769

def set_any(elements)
  @__xmlele_any = elements
end