Class: EBay::GetMyeBayBuyingRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBayBuyingRequestType

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
watchList - EBay::ItemListCustomizationType
bidList - EBay::ItemListCustomizationType
bestOfferList - EBay::ItemListCustomizationType
wonList - EBay::ItemListCustomizationType
lostList - EBay::ItemListCustomizationType
favoriteSearches - EBay::MyeBaySelectionType
favoriteSellers - EBay::MyeBaySelectionType
secondChanceOffer - EBay::MyeBaySelectionType
bidAssistantList - EBay::BidAssistantListType
deletedFromWonList - EBay::ItemListCustomizationType
deletedFromLostList - EBay::ItemListCustomizationType
buyingSummary - EBay::ItemListCustomizationType
userDefinedLists - EBay::MyeBaySelectionType
hideVariations - SOAP::SOAPBoolean

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, watchList = nil, bidList = nil, bestOfferList = nil, wonList = nil, lostList = nil, favoriteSearches = nil, favoriteSellers = nil, secondChanceOffer = nil, bidAssistantList = nil, deletedFromWonList = nil, deletedFromLostList = nil, buyingSummary = nil, userDefinedLists = nil, hideVariations = nil) ⇒ GetMyeBayBuyingRequestType

Returns a new instance of GetMyeBayBuyingRequestType.



3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
# File 'lib/eBay.rb', line 3374

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, watchList = nil, bidList = nil, bestOfferList = nil, wonList = nil, lostList = nil, favoriteSearches = nil, favoriteSellers = nil, secondChanceOffer = nil, bidAssistantList = nil, deletedFromWonList = nil, deletedFromLostList = nil, buyingSummary = nil, userDefinedLists = nil, hideVariations = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @watchList = watchList
  @bidList = bidList
  @bestOfferList = bestOfferList
  @wonList = wonList
  @lostList = lostList
  @favoriteSearches = favoriteSearches
  @favoriteSellers = favoriteSellers
  @secondChanceOffer = secondChanceOffer
  @bidAssistantList = bidAssistantList
  @deletedFromWonList = deletedFromWonList
  @deletedFromLostList = deletedFromLostList
  @buyingSummary = buyingSummary
  @userDefinedLists = userDefinedLists
  @hideVariations = hideVariations
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3354
3355
3356
# File 'lib/eBay.rb', line 3354

def __xmlele_any
  @__xmlele_any
end

#bestOfferListObject

Returns the value of attribute bestOfferList.



3357
3358
3359
# File 'lib/eBay.rb', line 3357

def bestOfferList
  @bestOfferList
end

#bidAssistantListObject

Returns the value of attribute bidAssistantList.



3363
3364
3365
# File 'lib/eBay.rb', line 3363

def bidAssistantList
  @bidAssistantList
end

#bidListObject

Returns the value of attribute bidList.



3356
3357
3358
# File 'lib/eBay.rb', line 3356

def bidList
  @bidList
end

#botBlockObject

Returns the value of attribute botBlock.



3353
3354
3355
# File 'lib/eBay.rb', line 3353

def botBlock
  @botBlock
end

#buyingSummaryObject

Returns the value of attribute buyingSummary.



3366
3367
3368
# File 'lib/eBay.rb', line 3366

def buyingSummary
  @buyingSummary
end

#deletedFromLostListObject

Returns the value of attribute deletedFromLostList.



3365
3366
3367
# File 'lib/eBay.rb', line 3365

def deletedFromLostList
  @deletedFromLostList
end

#deletedFromWonListObject

Returns the value of attribute deletedFromWonList.



3364
3365
3366
# File 'lib/eBay.rb', line 3364

def deletedFromWonList
  @deletedFromWonList
end

#detailLevelObject

Returns the value of attribute detailLevel.



3344
3345
3346
# File 'lib/eBay.rb', line 3344

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3348
3349
3350
# File 'lib/eBay.rb', line 3348

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3349
3350
3351
# File 'lib/eBay.rb', line 3349

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3345
3346
3347
# File 'lib/eBay.rb', line 3345

def errorLanguage
  @errorLanguage
end

#favoriteSearchesObject

Returns the value of attribute favoriteSearches.



3360
3361
3362
# File 'lib/eBay.rb', line 3360

def favoriteSearches
  @favoriteSearches
end

#favoriteSellersObject

Returns the value of attribute favoriteSellers.



3361
3362
3363
# File 'lib/eBay.rb', line 3361

def favoriteSellers
  @favoriteSellers
end

#hideVariationsObject

Returns the value of attribute hideVariations.



3368
3369
3370
# File 'lib/eBay.rb', line 3368

def hideVariations
  @hideVariations
end

#invocationIDObject

Returns the value of attribute invocationID.



3350
3351
3352
# File 'lib/eBay.rb', line 3350

def invocationID
  @invocationID
end

#lostListObject

Returns the value of attribute lostList.



3359
3360
3361
# File 'lib/eBay.rb', line 3359

def lostList
  @lostList
end

#messageIDObject

Returns the value of attribute messageID.



3346
3347
3348
# File 'lib/eBay.rb', line 3346

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3351
3352
3353
# File 'lib/eBay.rb', line 3351

def outputSelector
  @outputSelector
end

#secondChanceOfferObject

Returns the value of attribute secondChanceOffer.



3362
3363
3364
# File 'lib/eBay.rb', line 3362

def secondChanceOffer
  @secondChanceOffer
end

#userDefinedListsObject

Returns the value of attribute userDefinedLists.



3367
3368
3369
# File 'lib/eBay.rb', line 3367

def userDefinedLists
  @userDefinedLists
end

#versionObject

Returns the value of attribute version.



3347
3348
3349
# File 'lib/eBay.rb', line 3347

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3352
3353
3354
# File 'lib/eBay.rb', line 3352

def warningLevel
  @warningLevel
end

#watchListObject

Returns the value of attribute watchList.



3355
3356
3357
# File 'lib/eBay.rb', line 3355

def watchList
  @watchList
end

#wonListObject

Returns the value of attribute wonList.



3358
3359
3360
# File 'lib/eBay.rb', line 3358

def wonList
  @wonList
end

Instance Method Details

#set_any(elements) ⇒ Object



3370
3371
3372
# File 'lib/eBay.rb', line 3370

def set_any(elements)
  @__xmlele_any = elements
end