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.



19495
19496
19497
19498
19499
19500
19501
19502
19503
19504
# File 'lib/eBay.rb', line 19495

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.



19489
19490
19491
# File 'lib/eBay.rb', line 19489

def __xmlele_any
  @__xmlele_any
end

#favoriteItemIDObject

Returns the value of attribute favoriteItemID.



19488
19489
19490
# File 'lib/eBay.rb', line 19488

def favoriteItemID
  @favoriteItemID
end

#listingTypeObject

Returns the value of attribute listingType.



19484
19485
19486
# File 'lib/eBay.rb', line 19484

def listingType
  @listingType
end

#maxPriceObject

Returns the value of attribute maxPrice.



19487
19488
19489
# File 'lib/eBay.rb', line 19487

def maxPrice
  @maxPrice
end

#minPriceObject

Returns the value of attribute minPrice.



19486
19487
19488
# File 'lib/eBay.rb', line 19486

def minPrice
  @minPrice
end

#searchKeywordsObject

Returns the value of attribute searchKeywords.



19482
19483
19484
# File 'lib/eBay.rb', line 19482

def searchKeywords
  @searchKeywords
end

#searchSortOrderObject

Returns the value of attribute searchSortOrder.



19485
19486
19487
# File 'lib/eBay.rb', line 19485

def searchSortOrder
  @searchSortOrder
end

#storeCategoryIDObject

Returns the value of attribute storeCategoryID.



19483
19484
19485
# File 'lib/eBay.rb', line 19483

def storeCategoryID
  @storeCategoryID
end

Instance Method Details

#set_any(elements) ⇒ Object



19491
19492
19493
# File 'lib/eBay.rb', line 19491

def set_any(elements)
  @__xmlele_any = elements
end