Class: EBay::GetPromotionalSaleDetailsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetPromotionalSaleDetailsRequestType

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
promotionalSaleID - SOAP::SOAPLong
promotionalSaleStatus - EBay::PromotionalSaleStatusCodeType

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, promotionalSaleStatus = []) ⇒ GetPromotionalSaleDetailsRequestType

Returns a new instance of GetPromotionalSaleDetailsRequestType.



4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
# File 'lib/eBay.rb', line 4221

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4213
4214
4215
# File 'lib/eBay.rb', line 4213

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4212
4213
4214
# File 'lib/eBay.rb', line 4212

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4203
4204
4205
# File 'lib/eBay.rb', line 4203

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4207
4208
4209
# File 'lib/eBay.rb', line 4207

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4208
4209
4210
# File 'lib/eBay.rb', line 4208

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4204
4205
4206
# File 'lib/eBay.rb', line 4204

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4209
4210
4211
# File 'lib/eBay.rb', line 4209

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4205
4206
4207
# File 'lib/eBay.rb', line 4205

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4210
4211
4212
# File 'lib/eBay.rb', line 4210

def outputSelector
  @outputSelector
end

#promotionalSaleIDObject

Returns the value of attribute promotionalSaleID.



4214
4215
4216
# File 'lib/eBay.rb', line 4214

def promotionalSaleID
  @promotionalSaleID
end

#promotionalSaleStatusObject

Returns the value of attribute promotionalSaleStatus.



4215
4216
4217
# File 'lib/eBay.rb', line 4215

def promotionalSaleStatus
  @promotionalSaleStatus
end

#versionObject

Returns the value of attribute version.



4206
4207
4208
# File 'lib/eBay.rb', line 4206

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4211
4212
4213
# File 'lib/eBay.rb', line 4211

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4217
4218
4219
# File 'lib/eBay.rb', line 4217

def set_any(elements)
  @__xmlele_any = elements
end