Class: EBay::SellerFavoriteItemPreferencesType
- Inherits:
-
Object
- Object
- EBay::SellerFavoriteItemPreferencesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerFavoriteItemPreferencesType
searchKeywords - SOAP::SOAPString
storeCategoryID - SOAP::SOAPLong
listingType - EBay::ListingTypeCodeType
searchSortOrder - EBay::StoreItemListSortOrderCodeType
minPrice - EBay::AmountType
maxPrice - EBay::AmountType
favoriteItemID - (any)
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.
31056 31057 31058 31059 31060 31061 31062 31063 31064 31065 |
# File 'lib/eBay.rb', line 31056 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.
31050 31051 31052 |
# File 'lib/eBay.rb', line 31050 def __xmlele_any @__xmlele_any end |
#favoriteItemID ⇒ Object
Returns the value of attribute favoriteItemID.
31049 31050 31051 |
# File 'lib/eBay.rb', line 31049 def favoriteItemID @favoriteItemID end |
#listingType ⇒ Object
Returns the value of attribute listingType.
31045 31046 31047 |
# File 'lib/eBay.rb', line 31045 def listingType @listingType end |
#maxPrice ⇒ Object
Returns the value of attribute maxPrice.
31048 31049 31050 |
# File 'lib/eBay.rb', line 31048 def maxPrice @maxPrice end |
#minPrice ⇒ Object
Returns the value of attribute minPrice.
31047 31048 31049 |
# File 'lib/eBay.rb', line 31047 def minPrice @minPrice end |
#searchKeywords ⇒ Object
Returns the value of attribute searchKeywords.
31043 31044 31045 |
# File 'lib/eBay.rb', line 31043 def searchKeywords @searchKeywords end |
#searchSortOrder ⇒ Object
Returns the value of attribute searchSortOrder.
31046 31047 31048 |
# File 'lib/eBay.rb', line 31046 def searchSortOrder @searchSortOrder end |
#storeCategoryID ⇒ Object
Returns the value of attribute storeCategoryID.
31044 31045 31046 |
# File 'lib/eBay.rb', line 31044 def storeCategoryID @storeCategoryID end |
Instance Method Details
#set_any(elements) ⇒ Object
31052 31053 31054 |
# File 'lib/eBay.rb', line 31052 def set_any(elements) @__xmlele_any = elements end |