Class: SellerFavoriteItemPreferencesType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSellerFavoriteItemPreferencesType

searchKeywords - SOAP::SOAPString
storeCategoryID - SOAP::SOAPLong
listingType - ListingTypeCodeType
searchSortOrder - StoreItemListSortOrderCodeType
minPrice - AmountType
maxPrice - AmountType
favoriteItemID - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(searchKeywords = nil, storeCategoryID = nil, listingType = nil, searchSortOrder = nil, minPrice = nil, maxPrice = nil, favoriteItemID = []) ⇒ SellerFavoriteItemPreferencesType

Returns a new instance of SellerFavoriteItemPreferencesType.



23534
23535
23536
23537
23538
23539
23540
23541
23542
23543
# File 'lib/eBay.rb', line 23534

def initialize(searchKeywords = nil, storeCategoryID = nil, listingType = nil, searchSortOrder = nil, minPrice = nil, maxPrice = nil, favoriteItemID = [])
  @searchKeywords = searchKeywords
  @storeCategoryID = storeCategoryID
  @listingType = listingType
  @searchSortOrder = searchSortOrder
  @minPrice = minPrice
  @maxPrice = maxPrice
  @favoriteItemID = favoriteItemID
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23528
23529
23530
# File 'lib/eBay.rb', line 23528

def __xmlele_any
  @__xmlele_any
end

#favoriteItemIDObject

Returns the value of attribute favoriteItemID.



23527
23528
23529
# File 'lib/eBay.rb', line 23527

def favoriteItemID
  @favoriteItemID
end

#listingTypeObject

Returns the value of attribute listingType.



23523
23524
23525
# File 'lib/eBay.rb', line 23523

def listingType
  @listingType
end

#maxPriceObject

Returns the value of attribute maxPrice.



23526
23527
23528
# File 'lib/eBay.rb', line 23526

def maxPrice
  @maxPrice
end

#minPriceObject

Returns the value of attribute minPrice.



23525
23526
23527
# File 'lib/eBay.rb', line 23525

def minPrice
  @minPrice
end

#searchKeywordsObject

Returns the value of attribute searchKeywords.



23521
23522
23523
# File 'lib/eBay.rb', line 23521

def searchKeywords
  @searchKeywords
end

#searchSortOrderObject

Returns the value of attribute searchSortOrder.



23524
23525
23526
# File 'lib/eBay.rb', line 23524

def searchSortOrder
  @searchSortOrder
end

#storeCategoryIDObject

Returns the value of attribute storeCategoryID.



23522
23523
23524
# File 'lib/eBay.rb', line 23522

def storeCategoryID
  @storeCategoryID
end

Instance Method Details

#set_any(elements) ⇒ Object



23530
23531
23532
# File 'lib/eBay.rb', line 23530

def set_any(elements)
  @__xmlele_any = elements
end