Class: GetMyeBayBuyingRequestType
- Inherits:
-
Object
- Object
- GetMyeBayBuyingRequestType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bestOfferList ⇒ Object
Returns the value of attribute bestOfferList.
-
#bidList ⇒ Object
Returns the value of attribute bidList.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#favoriteSearches ⇒ Object
Returns the value of attribute favoriteSearches.
-
#favoriteSellers ⇒ Object
Returns the value of attribute favoriteSellers.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#lostList ⇒ Object
Returns the value of attribute lostList.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#secondChanceOffer ⇒ Object
Returns the value of attribute secondChanceOffer.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
-
#watchList ⇒ Object
Returns the value of attribute watchList.
-
#wonList ⇒ Object
Returns the value of attribute wonList.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetMyeBayBuyingRequestType.
- #set_any(elements) ⇒ Object
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, = 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 = @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
5845 5846 5847 |
# File 'lib/eBay.rb', line 5845 def __xmlele_any @__xmlele_any end |
#bestOfferList ⇒ Object
Returns the value of attribute bestOfferList.
5848 5849 5850 |
# File 'lib/eBay.rb', line 5848 def bestOfferList @bestOfferList end |
#bidList ⇒ Object
Returns the value of attribute bidList.
5847 5848 5849 |
# File 'lib/eBay.rb', line 5847 def bidList @bidList end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5838 5839 5840 |
# File 'lib/eBay.rb', line 5838 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5842 5843 5844 |
# File 'lib/eBay.rb', line 5842 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5839 5840 5841 |
# File 'lib/eBay.rb', line 5839 def errorLanguage @errorLanguage end |
#favoriteSearches ⇒ Object
Returns the value of attribute favoriteSearches.
5851 5852 5853 |
# File 'lib/eBay.rb', line 5851 def favoriteSearches @favoriteSearches end |
#favoriteSellers ⇒ Object
Returns the value of attribute favoriteSellers.
5852 5853 5854 |
# File 'lib/eBay.rb', line 5852 def favoriteSellers @favoriteSellers end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5843 5844 5845 |
# File 'lib/eBay.rb', line 5843 def invocationID @invocationID end |
#lostList ⇒ Object
Returns the value of attribute lostList.
5850 5851 5852 |
# File 'lib/eBay.rb', line 5850 def lostList @lostList end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5840 5841 5842 |
# File 'lib/eBay.rb', line 5840 def @messageID end |
#secondChanceOffer ⇒ Object
Returns the value of attribute secondChanceOffer.
5853 5854 5855 |
# File 'lib/eBay.rb', line 5853 def secondChanceOffer @secondChanceOffer end |
#version ⇒ Object
Returns the value of attribute version.
5841 5842 5843 |
# File 'lib/eBay.rb', line 5841 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
5844 5845 5846 |
# File 'lib/eBay.rb', line 5844 def warningLevel @warningLevel end |
#watchList ⇒ Object
Returns the value of attribute watchList.
5846 5847 5848 |
# File 'lib/eBay.rb', line 5846 def watchList @watchList end |
#wonList ⇒ Object
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 |