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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, 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.



4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
# File 'lib/eBay.rb', line 4559

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = 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
  @__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.



4544
4545
4546
# File 'lib/eBay.rb', line 4544

def __xmlele_any
  @__xmlele_any
end

#biddingSortObject

Returns the value of attribute biddingSort.



4545
4546
4547
# File 'lib/eBay.rb', line 4545

def biddingSort
  @biddingSort
end

#detailLevelObject

Returns the value of attribute detailLevel.



4538
4539
4540
# File 'lib/eBay.rb', line 4538

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4542
4543
4544
# File 'lib/eBay.rb', line 4542

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4539
4540
4541
# File 'lib/eBay.rb', line 4539

def errorLanguage
  @errorLanguage
end

#favoriteSearchesObject

Returns the value of attribute favoriteSearches.



4551
4552
4553
# File 'lib/eBay.rb', line 4551

def favoriteSearches
  @favoriteSearches
end

#favoriteSellersObject

Returns the value of attribute favoriteSellers.



4552
4553
4554
# File 'lib/eBay.rb', line 4552

def favoriteSellers
  @favoriteSellers
end

#invocationIDObject

Returns the value of attribute invocationID.



4543
4544
4545
# File 'lib/eBay.rb', line 4543

def invocationID
  @invocationID
end

#lostSortObject

Returns the value of attribute lostSort.



4546
4547
4548
# File 'lib/eBay.rb', line 4546

def lostSort
  @lostSort
end

#maxItemAgeInDaysObject

Returns the value of attribute maxItemAgeInDays.



4548
4549
4550
# File 'lib/eBay.rb', line 4548

def maxItemAgeInDays
  @maxItemAgeInDays
end

#maxItemsPerListObject

Returns the value of attribute maxItemsPerList.



4547
4548
4549
# File 'lib/eBay.rb', line 4547

def maxItemsPerList
  @maxItemsPerList
end

#messageIDObject

Returns the value of attribute messageID.



4540
4541
4542
# File 'lib/eBay.rb', line 4540

def messageID
  @messageID
end

#secondChanceOffersObject

Returns the value of attribute secondChanceOffers.



4553
4554
4555
# File 'lib/eBay.rb', line 4553

def secondChanceOffers
  @secondChanceOffers
end

#versionObject

Returns the value of attribute version.



4541
4542
4543
# File 'lib/eBay.rb', line 4541

def version
  @version
end

#watchSortObject

Returns the value of attribute watchSort.



4549
4550
4551
# File 'lib/eBay.rb', line 4549

def watchSort
  @watchSort
end

#wonSortObject

Returns the value of attribute wonSort.



4550
4551
4552
# File 'lib/eBay.rb', line 4550

def wonSort
  @wonSort
end

Instance Method Details

#set_any(elements) ⇒ Object



4555
4556
4557
# File 'lib/eBay.rb', line 4555

def set_any(elements)
  @__xmlele_any = elements
end