Class: EBay::GetPromotionRulesRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetPromotionRulesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetPromotionRulesRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
itemID - (any)
storeCategoryID - SOAP::SOAPLong
promotionMethod - EBay::PromotionMethodCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#promotionMethod ⇒ Object
Returns the value of attribute promotionMethod.
-
#storeCategoryID ⇒ Object
Returns the value of attribute storeCategoryID.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetPromotionRulesRequestType.
- #set_any(elements) ⇒ Object
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.
4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 |
# File 'lib/eBay.rb', line 4171 def initialize(detailLevel = [], errorLanguage = nil, = 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 = @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
4162 4163 4164 |
# File 'lib/eBay.rb', line 4162 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
4161 4162 4163 |
# File 'lib/eBay.rb', line 4161 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
4152 4153 4154 |
# File 'lib/eBay.rb', line 4152 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
4156 4157 4158 |
# File 'lib/eBay.rb', line 4156 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
4157 4158 4159 |
# File 'lib/eBay.rb', line 4157 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
4153 4154 4155 |
# File 'lib/eBay.rb', line 4153 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
4158 4159 4160 |
# File 'lib/eBay.rb', line 4158 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
4163 4164 4165 |
# File 'lib/eBay.rb', line 4163 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
4154 4155 4156 |
# File 'lib/eBay.rb', line 4154 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
4159 4160 4161 |
# File 'lib/eBay.rb', line 4159 def outputSelector @outputSelector end |
#promotionMethod ⇒ Object
Returns the value of attribute promotionMethod.
4165 4166 4167 |
# File 'lib/eBay.rb', line 4165 def promotionMethod @promotionMethod end |
#storeCategoryID ⇒ Object
Returns the value of attribute storeCategoryID.
4164 4165 4166 |
# File 'lib/eBay.rb', line 4164 def storeCategoryID @storeCategoryID end |
#version ⇒ Object
Returns the value of attribute version.
4155 4156 4157 |
# File 'lib/eBay.rb', line 4155 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
4160 4161 4162 |
# File 'lib/eBay.rb', line 4160 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
4167 4168 4169 |
# File 'lib/eBay.rb', line 4167 def set_any(elements) @__xmlele_any = elements end |