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.



5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
# File 'lib/eBay.rb', line 5153

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.



5139
5140
5141
# File 'lib/eBay.rb', line 5139

def __xmlele_any
  @__xmlele_any
end

#bestOfferListObject

Returns the value of attribute bestOfferList.



5142
5143
5144
# File 'lib/eBay.rb', line 5142

def bestOfferList
  @bestOfferList
end

#bidListObject

Returns the value of attribute bidList.



5141
5142
5143
# File 'lib/eBay.rb', line 5141

def bidList
  @bidList
end

#detailLevelObject

Returns the value of attribute detailLevel.



5132
5133
5134
# File 'lib/eBay.rb', line 5132

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5136
5137
5138
# File 'lib/eBay.rb', line 5136

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5133
5134
5135
# File 'lib/eBay.rb', line 5133

def errorLanguage
  @errorLanguage
end

#favoriteSearchesObject

Returns the value of attribute favoriteSearches.



5145
5146
5147
# File 'lib/eBay.rb', line 5145

def favoriteSearches
  @favoriteSearches
end

#favoriteSellersObject

Returns the value of attribute favoriteSellers.



5146
5147
5148
# File 'lib/eBay.rb', line 5146

def favoriteSellers
  @favoriteSellers
end

#invocationIDObject

Returns the value of attribute invocationID.



5137
5138
5139
# File 'lib/eBay.rb', line 5137

def invocationID
  @invocationID
end

#lostListObject

Returns the value of attribute lostList.



5144
5145
5146
# File 'lib/eBay.rb', line 5144

def lostList
  @lostList
end

#messageIDObject

Returns the value of attribute messageID.



5134
5135
5136
# File 'lib/eBay.rb', line 5134

def messageID
  @messageID
end

#secondChanceOfferObject

Returns the value of attribute secondChanceOffer.



5147
5148
5149
# File 'lib/eBay.rb', line 5147

def secondChanceOffer
  @secondChanceOffer
end

#versionObject

Returns the value of attribute version.



5135
5136
5137
# File 'lib/eBay.rb', line 5135

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5138
5139
5140
# File 'lib/eBay.rb', line 5138

def warningLevel
  @warningLevel
end

#watchListObject

Returns the value of attribute watchList.



5140
5141
5142
# File 'lib/eBay.rb', line 5140

def watchList
  @watchList
end

#wonListObject

Returns the value of attribute wonList.



5143
5144
5145
# File 'lib/eBay.rb', line 5143

def wonList
  @wonList
end

Instance Method Details

#set_any(elements) ⇒ Object



5149
5150
5151
# File 'lib/eBay.rb', line 5149

def set_any(elements)
  @__xmlele_any = elements
end