Class: GetBestOffersRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetBestOffersRequestType

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)
bestOfferID - (any)
bestOfferStatus - BestOfferStatusCodeType

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, bestOfferID = nil, bestOfferStatus = nil) ⇒ GetBestOffersRequestType

Returns a new instance of GetBestOffersRequestType.



1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
# File 'lib/eBay.rb', line 1292

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1283
1284
1285
# File 'lib/eBay.rb', line 1283

def __xmlele_any
  @__xmlele_any
end

#bestOfferIDObject

Returns the value of attribute bestOfferID.



1285
1286
1287
# File 'lib/eBay.rb', line 1285

def bestOfferID
  @bestOfferID
end

#bestOfferStatusObject

Returns the value of attribute bestOfferStatus.



1286
1287
1288
# File 'lib/eBay.rb', line 1286

def bestOfferStatus
  @bestOfferStatus
end

#botBlockObject

Returns the value of attribute botBlock.



1282
1283
1284
# File 'lib/eBay.rb', line 1282

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



1273
1274
1275
# File 'lib/eBay.rb', line 1273

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1277
1278
1279
# File 'lib/eBay.rb', line 1277

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1278
1279
1280
# File 'lib/eBay.rb', line 1278

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1274
1275
1276
# File 'lib/eBay.rb', line 1274

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1279
1280
1281
# File 'lib/eBay.rb', line 1279

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1284
1285
1286
# File 'lib/eBay.rb', line 1284

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1275
1276
1277
# File 'lib/eBay.rb', line 1275

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1280
1281
1282
# File 'lib/eBay.rb', line 1280

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



1276
1277
1278
# File 'lib/eBay.rb', line 1276

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1281
1282
1283
# File 'lib/eBay.rb', line 1281

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1288
1289
1290
# File 'lib/eBay.rb', line 1288

def set_any(elements)
  @__xmlele_any = elements
end