Class: GetMyeBayRequestType
- Inherits:
-
Object
- Object
- GetMyeBayRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetMyeBayRequestType
Constant Summary collapse
- @@schema_type =
"GetMyeBayRequestType"
- @@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")]], ["biddingSort", ["ItemSortTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BiddingSort")]], ["lostSort", ["ItemSortTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LostSort")]], ["maxItemsPerList", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MaxItemsPerList")]], ["maxItemAgeInDays", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MaxItemAgeInDays")]], ["watchSort", ["ItemSortTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WatchSort")]], ["wonSort", ["ItemSortTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WonSort")]], ["favoriteSearches", ["MyeBaySelectionType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FavoriteSearches")]], ["favoriteSellers", ["MyeBaySelectionType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FavoriteSellers")]], ["secondChanceOffers", ["MyeBaySelectionType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SecondChanceOffers")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#biddingSort ⇒ Object
Returns the value of attribute biddingSort.
-
#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.
-
#lostSort ⇒ Object
Returns the value of attribute lostSort.
-
#maxItemAgeInDays ⇒ Object
Returns the value of attribute maxItemAgeInDays.
-
#maxItemsPerList ⇒ Object
Returns the value of attribute maxItemsPerList.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#secondChanceOffers ⇒ Object
Returns the value of attribute secondChanceOffers.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
-
#watchSort ⇒ Object
Returns the value of attribute watchSort.
-
#wonSort ⇒ Object
Returns the value of attribute wonSort.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, biddingSort = nil, lostSort = nil, maxItemsPerList = nil, maxItemAgeInDays = nil, watchSort = nil, wonSort = nil, favoriteSearches = nil, favoriteSellers = nil, secondChanceOffers = nil) ⇒ GetMyeBayRequestType
constructor
A new instance of GetMyeBayRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, biddingSort = nil, lostSort = nil, maxItemsPerList = nil, maxItemAgeInDays = nil, watchSort = nil, wonSort = nil, favoriteSearches = nil, favoriteSellers = nil, secondChanceOffers = nil) ⇒ GetMyeBayRequestType
Returns a new instance of GetMyeBayRequestType.
5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 |
# File 'lib/eBay.rb', line 5715 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, biddingSort = nil, lostSort = nil, maxItemsPerList = nil, maxItemAgeInDays = nil, watchSort = nil, wonSort = nil, favoriteSearches = nil, favoriteSellers = nil, secondChanceOffers = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @biddingSort = biddingSort @lostSort = lostSort @maxItemsPerList = maxItemsPerList @maxItemAgeInDays = maxItemAgeInDays @watchSort = watchSort @wonSort = wonSort @favoriteSearches = favoriteSearches @favoriteSellers = favoriteSellers @secondChanceOffers = secondChanceOffers end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
5700 5701 5702 |
# File 'lib/eBay.rb', line 5700 def __xmlele_any @__xmlele_any end |
#biddingSort ⇒ Object
Returns the value of attribute biddingSort.
5701 5702 5703 |
# File 'lib/eBay.rb', line 5701 def biddingSort @biddingSort end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5693 5694 5695 |
# File 'lib/eBay.rb', line 5693 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5697 5698 5699 |
# File 'lib/eBay.rb', line 5697 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5694 5695 5696 |
# File 'lib/eBay.rb', line 5694 def errorLanguage @errorLanguage end |
#favoriteSearches ⇒ Object
Returns the value of attribute favoriteSearches.
5707 5708 5709 |
# File 'lib/eBay.rb', line 5707 def favoriteSearches @favoriteSearches end |
#favoriteSellers ⇒ Object
Returns the value of attribute favoriteSellers.
5708 5709 5710 |
# File 'lib/eBay.rb', line 5708 def favoriteSellers @favoriteSellers end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5698 5699 5700 |
# File 'lib/eBay.rb', line 5698 def invocationID @invocationID end |
#lostSort ⇒ Object
Returns the value of attribute lostSort.
5702 5703 5704 |
# File 'lib/eBay.rb', line 5702 def lostSort @lostSort end |
#maxItemAgeInDays ⇒ Object
Returns the value of attribute maxItemAgeInDays.
5704 5705 5706 |
# File 'lib/eBay.rb', line 5704 def maxItemAgeInDays @maxItemAgeInDays end |
#maxItemsPerList ⇒ Object
Returns the value of attribute maxItemsPerList.
5703 5704 5705 |
# File 'lib/eBay.rb', line 5703 def maxItemsPerList @maxItemsPerList end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5695 5696 5697 |
# File 'lib/eBay.rb', line 5695 def @messageID end |
#secondChanceOffers ⇒ Object
Returns the value of attribute secondChanceOffers.
5709 5710 5711 |
# File 'lib/eBay.rb', line 5709 def secondChanceOffers @secondChanceOffers end |
#version ⇒ Object
Returns the value of attribute version.
5696 5697 5698 |
# File 'lib/eBay.rb', line 5696 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
5699 5700 5701 |
# File 'lib/eBay.rb', line 5699 def warningLevel @warningLevel end |
#watchSort ⇒ Object
Returns the value of attribute watchSort.
5705 5706 5707 |
# File 'lib/eBay.rb', line 5705 def watchSort @watchSort end |
#wonSort ⇒ Object
Returns the value of attribute wonSort.
5706 5707 5708 |
# File 'lib/eBay.rb', line 5706 def wonSort @wonSort end |
Instance Method Details
#set_any(elements) ⇒ Object
5711 5712 5713 |
# File 'lib/eBay.rb', line 5711 def set_any(elements) @__xmlele_any = elements end |