Class: GetMyeBayBuyingRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBayBuyingRequestType

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
watchList - ItemListCustomizationType
bidList - ItemListCustomizationType
bestOfferList - ItemListCustomizationType
wonList - ItemListCustomizationType
lostList - ItemListCustomizationType
favoriteSearches - MyeBaySelectionType
favoriteSellers - MyeBaySelectionType
secondChanceOffer - MyeBaySelectionType
bidAssistantList - BidAssistantListType

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) ⇒ GetMyeBayBuyingRequestType

Returns a new instance of GetMyeBayBuyingRequestType.



2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
# File 'lib/eBay.rb', line 2847

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2832
2833
2834
# File 'lib/eBay.rb', line 2832

def __xmlele_any
  @__xmlele_any
end

#bestOfferListObject

Returns the value of attribute bestOfferList.



2835
2836
2837
# File 'lib/eBay.rb', line 2835

def bestOfferList
  @bestOfferList
end

#bidAssistantListObject

Returns the value of attribute bidAssistantList.



2841
2842
2843
# File 'lib/eBay.rb', line 2841

def bidAssistantList
  @bidAssistantList
end

#bidListObject

Returns the value of attribute bidList.



2834
2835
2836
# File 'lib/eBay.rb', line 2834

def bidList
  @bidList
end

#botBlockObject

Returns the value of attribute botBlock.



2831
2832
2833
# File 'lib/eBay.rb', line 2831

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2822
2823
2824
# File 'lib/eBay.rb', line 2822

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2826
2827
2828
# File 'lib/eBay.rb', line 2826

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2827
2828
2829
# File 'lib/eBay.rb', line 2827

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2823
2824
2825
# File 'lib/eBay.rb', line 2823

def errorLanguage
  @errorLanguage
end

#favoriteSearchesObject

Returns the value of attribute favoriteSearches.



2838
2839
2840
# File 'lib/eBay.rb', line 2838

def favoriteSearches
  @favoriteSearches
end

#favoriteSellersObject

Returns the value of attribute favoriteSellers.



2839
2840
2841
# File 'lib/eBay.rb', line 2839

def favoriteSellers
  @favoriteSellers
end

#invocationIDObject

Returns the value of attribute invocationID.



2828
2829
2830
# File 'lib/eBay.rb', line 2828

def invocationID
  @invocationID
end

#lostListObject

Returns the value of attribute lostList.



2837
2838
2839
# File 'lib/eBay.rb', line 2837

def lostList
  @lostList
end

#messageIDObject

Returns the value of attribute messageID.



2824
2825
2826
# File 'lib/eBay.rb', line 2824

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2829
2830
2831
# File 'lib/eBay.rb', line 2829

def outputSelector
  @outputSelector
end

#secondChanceOfferObject

Returns the value of attribute secondChanceOffer.



2840
2841
2842
# File 'lib/eBay.rb', line 2840

def secondChanceOffer
  @secondChanceOffer
end

#versionObject

Returns the value of attribute version.



2825
2826
2827
# File 'lib/eBay.rb', line 2825

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2830
2831
2832
# File 'lib/eBay.rb', line 2830

def warningLevel
  @warningLevel
end

#watchListObject

Returns the value of attribute watchList.



2833
2834
2835
# File 'lib/eBay.rb', line 2833

def watchList
  @watchList
end

#wonListObject

Returns the value of attribute wonList.



2836
2837
2838
# File 'lib/eBay.rb', line 2836

def wonList
  @wonList
end

Instance Method Details

#set_any(elements) ⇒ Object



2843
2844
2845
# File 'lib/eBay.rb', line 2843

def set_any(elements)
  @__xmlele_any = elements
end