Class: EBay::GetPromotionRulesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetPromotionRulesRequestType

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
itemID - (any)
storeCategoryID - SOAP::SOAPLong
promotionMethod - EBay::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.



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, 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.



4162
4163
4164
# File 'lib/eBay.rb', line 4162

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4161
4162
4163
# File 'lib/eBay.rb', line 4161

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4152
4153
4154
# File 'lib/eBay.rb', line 4152

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4156
4157
4158
# File 'lib/eBay.rb', line 4156

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4157
4158
4159
# File 'lib/eBay.rb', line 4157

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4153
4154
4155
# File 'lib/eBay.rb', line 4153

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4158
4159
4160
# File 'lib/eBay.rb', line 4158

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



4163
4164
4165
# File 'lib/eBay.rb', line 4163

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



4154
4155
4156
# File 'lib/eBay.rb', line 4154

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4159
4160
4161
# File 'lib/eBay.rb', line 4159

def outputSelector
  @outputSelector
end

#promotionMethodObject

Returns the value of attribute promotionMethod.



4165
4166
4167
# File 'lib/eBay.rb', line 4165

def promotionMethod
  @promotionMethod
end

#storeCategoryIDObject

Returns the value of attribute storeCategoryID.



4164
4165
4166
# File 'lib/eBay.rb', line 4164

def storeCategoryID
  @storeCategoryID
end

#versionObject

Returns the value of attribute version.



4155
4156
4157
# File 'lib/eBay.rb', line 4155

def version
  @version
end

#warningLevelObject

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