Class: GetCrossPromotionsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCrossPromotionsRequestType

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
itemID - (any)
promotionMethod - PromotionMethodCodeType
promotionViewMode - TradingRoleCodeType

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, itemID = nil, promotionMethod = nil, promotionViewMode = nil) ⇒ GetCrossPromotionsRequestType

Returns a new instance of GetCrossPromotionsRequestType.



1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
# File 'lib/eBay.rb', line 1973

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1964
1965
1966
# File 'lib/eBay.rb', line 1964

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1963
1964
1965
# File 'lib/eBay.rb', line 1963

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



1954
1955
1956
# File 'lib/eBay.rb', line 1954

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1958
1959
1960
# File 'lib/eBay.rb', line 1958

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1959
1960
1961
# File 'lib/eBay.rb', line 1959

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1955
1956
1957
# File 'lib/eBay.rb', line 1955

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1960
1961
1962
# File 'lib/eBay.rb', line 1960

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1965
1966
1967
# File 'lib/eBay.rb', line 1965

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1956
1957
1958
# File 'lib/eBay.rb', line 1956

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1961
1962
1963
# File 'lib/eBay.rb', line 1961

def outputSelector
  @outputSelector
end

#promotionMethodObject

Returns the value of attribute promotionMethod.



1966
1967
1968
# File 'lib/eBay.rb', line 1966

def promotionMethod
  @promotionMethod
end

#promotionViewModeObject

Returns the value of attribute promotionViewMode.



1967
1968
1969
# File 'lib/eBay.rb', line 1967

def promotionViewMode
  @promotionViewMode
end

#versionObject

Returns the value of attribute version.



1957
1958
1959
# File 'lib/eBay.rb', line 1957

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1962
1963
1964
# File 'lib/eBay.rb', line 1962

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1969
1970
1971
# File 'lib/eBay.rb', line 1969

def set_any(elements)
  @__xmlele_any = elements
end