Class: SellerFavoriteItemPreferencesType
- Inherits:
-
Object
- Object
- SellerFavoriteItemPreferencesType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#favoriteItemID ⇒ Object
Returns the value of attribute favoriteItemID.
-
#listingType ⇒ Object
Returns the value of attribute listingType.
-
#maxPrice ⇒ Object
Returns the value of attribute maxPrice.
-
#minPrice ⇒ Object
Returns the value of attribute minPrice.
-
#searchKeywords ⇒ Object
Returns the value of attribute searchKeywords.
-
#searchSortOrder ⇒ Object
Returns the value of attribute searchSortOrder.
-
#storeCategoryID ⇒ Object
Returns the value of attribute storeCategoryID.
Instance Method Summary collapse
-
#initialize(searchKeywords = nil, storeCategoryID = nil, listingType = nil, searchSortOrder = nil, minPrice = nil, maxPrice = nil, favoriteItemID = []) ⇒ SellerFavoriteItemPreferencesType
constructor
A new instance of SellerFavoriteItemPreferencesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(searchKeywords = nil, storeCategoryID = nil, listingType = nil, searchSortOrder = nil, minPrice = nil, maxPrice = nil, favoriteItemID = []) ⇒ SellerFavoriteItemPreferencesType
Returns a new instance of SellerFavoriteItemPreferencesType.
22012 22013 22014 22015 22016 22017 22018 22019 22020 22021 |
# File 'lib/eBay.rb', line 22012 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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22006 22007 22008 |
# File 'lib/eBay.rb', line 22006 def __xmlele_any @__xmlele_any end |
#favoriteItemID ⇒ Object
Returns the value of attribute favoriteItemID.
22005 22006 22007 |
# File 'lib/eBay.rb', line 22005 def favoriteItemID @favoriteItemID end |
#listingType ⇒ Object
Returns the value of attribute listingType.
22001 22002 22003 |
# File 'lib/eBay.rb', line 22001 def listingType @listingType end |
#maxPrice ⇒ Object
Returns the value of attribute maxPrice.
22004 22005 22006 |
# File 'lib/eBay.rb', line 22004 def maxPrice @maxPrice end |
#minPrice ⇒ Object
Returns the value of attribute minPrice.
22003 22004 22005 |
# File 'lib/eBay.rb', line 22003 def minPrice @minPrice end |
#searchKeywords ⇒ Object
Returns the value of attribute searchKeywords.
21999 22000 22001 |
# File 'lib/eBay.rb', line 21999 def searchKeywords @searchKeywords end |
#searchSortOrder ⇒ Object
Returns the value of attribute searchSortOrder.
22002 22003 22004 |
# File 'lib/eBay.rb', line 22002 def searchSortOrder @searchSortOrder end |
#storeCategoryID ⇒ Object
Returns the value of attribute storeCategoryID.
22000 22001 22002 |
# File 'lib/eBay.rb', line 22000 def storeCategoryID @storeCategoryID end |
Instance Method Details
#set_any(elements) ⇒ Object
22008 22009 22010 |
# File 'lib/eBay.rb', line 22008 def set_any(elements) @__xmlele_any = elements end |