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.



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, 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.



5700
5701
5702
# File 'lib/eBay.rb', line 5700

def __xmlele_any
  @__xmlele_any
end

#biddingSortObject

Returns the value of attribute biddingSort.



5701
5702
5703
# File 'lib/eBay.rb', line 5701

def biddingSort
  @biddingSort
end

#detailLevelObject

Returns the value of attribute detailLevel.



5693
5694
5695
# File 'lib/eBay.rb', line 5693

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5697
5698
5699
# File 'lib/eBay.rb', line 5697

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5694
5695
5696
# File 'lib/eBay.rb', line 5694

def errorLanguage
  @errorLanguage
end

#favoriteSearchesObject

Returns the value of attribute favoriteSearches.



5707
5708
5709
# File 'lib/eBay.rb', line 5707

def favoriteSearches
  @favoriteSearches
end

#favoriteSellersObject

Returns the value of attribute favoriteSellers.



5708
5709
5710
# File 'lib/eBay.rb', line 5708

def favoriteSellers
  @favoriteSellers
end

#invocationIDObject

Returns the value of attribute invocationID.



5698
5699
5700
# File 'lib/eBay.rb', line 5698

def invocationID
  @invocationID
end

#lostSortObject

Returns the value of attribute lostSort.



5702
5703
5704
# File 'lib/eBay.rb', line 5702

def lostSort
  @lostSort
end

#maxItemAgeInDaysObject

Returns the value of attribute maxItemAgeInDays.



5704
5705
5706
# File 'lib/eBay.rb', line 5704

def maxItemAgeInDays
  @maxItemAgeInDays
end

#maxItemsPerListObject

Returns the value of attribute maxItemsPerList.



5703
5704
5705
# File 'lib/eBay.rb', line 5703

def maxItemsPerList
  @maxItemsPerList
end

#messageIDObject

Returns the value of attribute messageID.



5695
5696
5697
# File 'lib/eBay.rb', line 5695

def messageID
  @messageID
end

#secondChanceOffersObject

Returns the value of attribute secondChanceOffers.



5709
5710
5711
# File 'lib/eBay.rb', line 5709

def secondChanceOffers
  @secondChanceOffers
end

#versionObject

Returns the value of attribute version.



5696
5697
5698
# File 'lib/eBay.rb', line 5696

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5699
5700
5701
# File 'lib/eBay.rb', line 5699

def warningLevel
  @warningLevel
end

#watchSortObject

Returns the value of attribute watchSort.



5705
5706
5707
# File 'lib/eBay.rb', line 5705

def watchSort
  @watchSort
end

#wonSortObject

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