Class: GetMyeBayBuyingRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBayBuyingRequestType

Constant Summary collapse

@@schema_type =
"GetMyeBayBuyingRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
["invocationID", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["watchList", ["ItemListCustomizationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WatchList")]],
["bidList", ["ItemListCustomizationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidList")]],
["bestOfferList", ["ItemListCustomizationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BestOfferList")]],
["wonList", ["ItemListCustomizationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WonList")]],
["lostList", ["ItemListCustomizationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LostList")]],
["favoriteSearches", ["MyeBaySelectionType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FavoriteSearches")]],
["favoriteSellers", ["MyeBaySelectionType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FavoriteSellers")]],
["secondChanceOffer", ["MyeBaySelectionType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SecondChanceOffer")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, watchList = nil, bidList = nil, bestOfferList = nil, wonList = nil, lostList = nil, favoriteSearches = nil, favoriteSellers = nil, secondChanceOffer = nil) ⇒ GetMyeBayBuyingRequestType

Returns a new instance of GetMyeBayBuyingRequestType.



4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
# File 'lib/eBay.rb', line 4695

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, watchList = nil, bidList = nil, bestOfferList = nil, wonList = nil, lostList = nil, favoriteSearches = nil, favoriteSellers = nil, secondChanceOffer = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
  @watchList = watchList
  @bidList = bidList
  @bestOfferList = bestOfferList
  @wonList = wonList
  @lostList = lostList
  @favoriteSearches = favoriteSearches
  @favoriteSellers = favoriteSellers
  @secondChanceOffer = secondChanceOffer
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4681
4682
4683
# File 'lib/eBay.rb', line 4681

def __xmlele_any
  @__xmlele_any
end

#bestOfferListObject

Returns the value of attribute bestOfferList.



4684
4685
4686
# File 'lib/eBay.rb', line 4684

def bestOfferList
  @bestOfferList
end

#bidListObject

Returns the value of attribute bidList.



4683
4684
4685
# File 'lib/eBay.rb', line 4683

def bidList
  @bidList
end

#detailLevelObject

Returns the value of attribute detailLevel.



4675
4676
4677
# File 'lib/eBay.rb', line 4675

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4679
4680
4681
# File 'lib/eBay.rb', line 4679

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4676
4677
4678
# File 'lib/eBay.rb', line 4676

def errorLanguage
  @errorLanguage
end

#favoriteSearchesObject

Returns the value of attribute favoriteSearches.



4687
4688
4689
# File 'lib/eBay.rb', line 4687

def favoriteSearches
  @favoriteSearches
end

#favoriteSellersObject

Returns the value of attribute favoriteSellers.



4688
4689
4690
# File 'lib/eBay.rb', line 4688

def favoriteSellers
  @favoriteSellers
end

#invocationIDObject

Returns the value of attribute invocationID.



4680
4681
4682
# File 'lib/eBay.rb', line 4680

def invocationID
  @invocationID
end

#lostListObject

Returns the value of attribute lostList.



4686
4687
4688
# File 'lib/eBay.rb', line 4686

def lostList
  @lostList
end

#messageIDObject

Returns the value of attribute messageID.



4677
4678
4679
# File 'lib/eBay.rb', line 4677

def messageID
  @messageID
end

#secondChanceOfferObject

Returns the value of attribute secondChanceOffer.



4689
4690
4691
# File 'lib/eBay.rb', line 4689

def secondChanceOffer
  @secondChanceOffer
end

#versionObject

Returns the value of attribute version.



4678
4679
4680
# File 'lib/eBay.rb', line 4678

def version
  @version
end

#watchListObject

Returns the value of attribute watchList.



4682
4683
4684
# File 'lib/eBay.rb', line 4682

def watchList
  @watchList
end

#wonListObject

Returns the value of attribute wonList.



4685
4686
4687
# File 'lib/eBay.rb', line 4685

def wonList
  @wonList
end

Instance Method Details

#set_any(elements) ⇒ Object



4691
4692
4693
# File 'lib/eBay.rb', line 4691

def set_any(elements)
  @__xmlele_any = elements
end