Class: GetPromotionRulesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetPromotionRulesRequestType

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)
storeCategoryID - SOAP::SOAPLong
promotionMethod - PromotionMethodCodeType

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, storeCategoryID = nil, promotionMethod = nil) ⇒ GetPromotionRulesRequestType

Returns a new instance of GetPromotionRulesRequestType.



3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
# File 'lib/eBay.rb', line 3725

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3716
3717
3718
# File 'lib/eBay.rb', line 3716

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3715
3716
3717
# File 'lib/eBay.rb', line 3715

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3706
3707
3708
# File 'lib/eBay.rb', line 3706

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3710
3711
3712
# File 'lib/eBay.rb', line 3710

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3711
3712
3713
# File 'lib/eBay.rb', line 3711

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3707
3708
3709
# File 'lib/eBay.rb', line 3707

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3712
3713
3714
# File 'lib/eBay.rb', line 3712

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



3717
3718
3719
# File 'lib/eBay.rb', line 3717

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



3708
3709
3710
# File 'lib/eBay.rb', line 3708

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3713
3714
3715
# File 'lib/eBay.rb', line 3713

def outputSelector
  @outputSelector
end

#promotionMethodObject

Returns the value of attribute promotionMethod.



3719
3720
3721
# File 'lib/eBay.rb', line 3719

def promotionMethod
  @promotionMethod
end

#storeCategoryIDObject

Returns the value of attribute storeCategoryID.



3718
3719
3720
# File 'lib/eBay.rb', line 3718

def storeCategoryID
  @storeCategoryID
end

#versionObject

Returns the value of attribute version.



3709
3710
3711
# File 'lib/eBay.rb', line 3709

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3714
3715
3716
# File 'lib/eBay.rb', line 3714

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3721
3722
3723
# File 'lib/eBay.rb', line 3721

def set_any(elements)
  @__xmlele_any = elements
end