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", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["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, warningLevel = nil, watchList = nil, bidList = nil, bestOfferList = nil, wonList = nil, lostList = nil, favoriteSearches = nil, favoriteSellers = nil, secondChanceOffer = nil) ⇒ GetMyeBayBuyingRequestType

Returns a new instance of GetMyeBayBuyingRequestType.



5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
# File 'lib/eBay.rb', line 5859

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = 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
  @warningLevel = warningLevel
  @__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.



5845
5846
5847
# File 'lib/eBay.rb', line 5845

def __xmlele_any
  @__xmlele_any
end

#bestOfferListObject

Returns the value of attribute bestOfferList.



5848
5849
5850
# File 'lib/eBay.rb', line 5848

def bestOfferList
  @bestOfferList
end

#bidListObject

Returns the value of attribute bidList.



5847
5848
5849
# File 'lib/eBay.rb', line 5847

def bidList
  @bidList
end

#detailLevelObject

Returns the value of attribute detailLevel.



5838
5839
5840
# File 'lib/eBay.rb', line 5838

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5842
5843
5844
# File 'lib/eBay.rb', line 5842

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5839
5840
5841
# File 'lib/eBay.rb', line 5839

def errorLanguage
  @errorLanguage
end

#favoriteSearchesObject

Returns the value of attribute favoriteSearches.



5851
5852
5853
# File 'lib/eBay.rb', line 5851

def favoriteSearches
  @favoriteSearches
end

#favoriteSellersObject

Returns the value of attribute favoriteSellers.



5852
5853
5854
# File 'lib/eBay.rb', line 5852

def favoriteSellers
  @favoriteSellers
end

#invocationIDObject

Returns the value of attribute invocationID.



5843
5844
5845
# File 'lib/eBay.rb', line 5843

def invocationID
  @invocationID
end

#lostListObject

Returns the value of attribute lostList.



5850
5851
5852
# File 'lib/eBay.rb', line 5850

def lostList
  @lostList
end

#messageIDObject

Returns the value of attribute messageID.



5840
5841
5842
# File 'lib/eBay.rb', line 5840

def messageID
  @messageID
end

#secondChanceOfferObject

Returns the value of attribute secondChanceOffer.



5853
5854
5855
# File 'lib/eBay.rb', line 5853

def secondChanceOffer
  @secondChanceOffer
end

#versionObject

Returns the value of attribute version.



5841
5842
5843
# File 'lib/eBay.rb', line 5841

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5844
5845
5846
# File 'lib/eBay.rb', line 5844

def warningLevel
  @warningLevel
end

#watchListObject

Returns the value of attribute watchList.



5846
5847
5848
# File 'lib/eBay.rb', line 5846

def watchList
  @watchList
end

#wonListObject

Returns the value of attribute wonList.



5849
5850
5851
# File 'lib/eBay.rb', line 5849

def wonList
  @wonList
end

Instance Method Details

#set_any(elements) ⇒ Object



5855
5856
5857
# File 'lib/eBay.rb', line 5855

def set_any(elements)
  @__xmlele_any = elements
end