Class: SellerFavoriteItemPreferencesType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellerFavoriteItemPreferencesType

Constant Summary collapse

@@schema_type =
"SellerFavoriteItemPreferencesType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["searchKeywords", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SearchKeywords")]],
["storeCategoryID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StoreCategoryID")]],
["listingType", ["ListingTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ListingType")]],
["searchSortOrder", ["StoreItemListSortOrderCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SearchSortOrder")]],
["minPrice", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MinPrice")]],
["maxPrice", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MaxPrice")]],
["favoriteItemID", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FavoriteItemID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

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.



17126
17127
17128
17129
17130
17131
17132
17133
17134
17135
# File 'lib/eBay.rb', line 17126

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.



17120
17121
17122
# File 'lib/eBay.rb', line 17120

def __xmlele_any
  @__xmlele_any
end

#favoriteItemIDObject

Returns the value of attribute favoriteItemID.



17119
17120
17121
# File 'lib/eBay.rb', line 17119

def favoriteItemID
  @favoriteItemID
end

#listingTypeObject

Returns the value of attribute listingType.



17115
17116
17117
# File 'lib/eBay.rb', line 17115

def listingType
  @listingType
end

#maxPriceObject

Returns the value of attribute maxPrice.



17118
17119
17120
# File 'lib/eBay.rb', line 17118

def maxPrice
  @maxPrice
end

#minPriceObject

Returns the value of attribute minPrice.



17117
17118
17119
# File 'lib/eBay.rb', line 17117

def minPrice
  @minPrice
end

#searchKeywordsObject

Returns the value of attribute searchKeywords.



17113
17114
17115
# File 'lib/eBay.rb', line 17113

def searchKeywords
  @searchKeywords
end

#searchSortOrderObject

Returns the value of attribute searchSortOrder.



17116
17117
17118
# File 'lib/eBay.rb', line 17116

def searchSortOrder
  @searchSortOrder
end

#storeCategoryIDObject

Returns the value of attribute storeCategoryID.



17114
17115
17116
# File 'lib/eBay.rb', line 17114

def storeCategoryID
  @storeCategoryID
end

Instance Method Details

#set_any(elements) ⇒ Object



17122
17123
17124
# File 'lib/eBay.rb', line 17122

def set_any(elements)
  @__xmlele_any = elements
end