Class: GetMyeBayRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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.



5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
# File 'lib/eBay.rb', line 5012

def 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)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4997
4998
4999
# File 'lib/eBay.rb', line 4997

def __xmlele_any
  @__xmlele_any
end

#biddingSortObject

Returns the value of attribute biddingSort.



4998
4999
5000
# File 'lib/eBay.rb', line 4998

def biddingSort
  @biddingSort
end

#detailLevelObject

Returns the value of attribute detailLevel.



4990
4991
4992
# File 'lib/eBay.rb', line 4990

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4994
4995
4996
# File 'lib/eBay.rb', line 4994

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4991
4992
4993
# File 'lib/eBay.rb', line 4991

def errorLanguage
  @errorLanguage
end

#favoriteSearchesObject

Returns the value of attribute favoriteSearches.



5004
5005
5006
# File 'lib/eBay.rb', line 5004

def favoriteSearches
  @favoriteSearches
end

#favoriteSellersObject

Returns the value of attribute favoriteSellers.



5005
5006
5007
# File 'lib/eBay.rb', line 5005

def favoriteSellers
  @favoriteSellers
end

#invocationIDObject

Returns the value of attribute invocationID.



4995
4996
4997
# File 'lib/eBay.rb', line 4995

def invocationID
  @invocationID
end

#lostSortObject

Returns the value of attribute lostSort.



4999
5000
5001
# File 'lib/eBay.rb', line 4999

def lostSort
  @lostSort
end

#maxItemAgeInDaysObject

Returns the value of attribute maxItemAgeInDays.



5001
5002
5003
# File 'lib/eBay.rb', line 5001

def maxItemAgeInDays
  @maxItemAgeInDays
end

#maxItemsPerListObject

Returns the value of attribute maxItemsPerList.



5000
5001
5002
# File 'lib/eBay.rb', line 5000

def maxItemsPerList
  @maxItemsPerList
end

#messageIDObject

Returns the value of attribute messageID.



4992
4993
4994
# File 'lib/eBay.rb', line 4992

def messageID
  @messageID
end

#secondChanceOffersObject

Returns the value of attribute secondChanceOffers.



5006
5007
5008
# File 'lib/eBay.rb', line 5006

def secondChanceOffers
  @secondChanceOffers
end

#versionObject

Returns the value of attribute version.



4993
4994
4995
# File 'lib/eBay.rb', line 4993

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4996
4997
4998
# File 'lib/eBay.rb', line 4996

def warningLevel
  @warningLevel
end

#watchSortObject

Returns the value of attribute watchSort.



5002
5003
5004
# File 'lib/eBay.rb', line 5002

def watchSort
  @watchSort
end

#wonSortObject

Returns the value of attribute wonSort.



5003
5004
5005
# File 'lib/eBay.rb', line 5003

def wonSort
  @wonSort
end

Instance Method Details

#set_any(elements) ⇒ Object



5008
5009
5010
# File 'lib/eBay.rb', line 5008

def set_any(elements)
  @__xmlele_any = elements
end