Class: EBay::ProductSortCodeType
- Inherits:
-
String
- Object
- String
- EBay::ProductSortCodeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsProductSortCodeType
Constant Summary collapse
- CustomCode =
new("CustomCode")
- ItemCountAsc =
new("ItemCountAsc")
- ItemCountDesc =
new("ItemCountDesc")
- PopularityAsc =
new("PopularityAsc")
- PopularityDesc =
new("PopularityDesc")
- RatingAsc =
new("RatingAsc")
- RatingDesc =
new("RatingDesc")
- ReviewCountAsc =
new("ReviewCountAsc")
- ReviewCountDesc =
new("ReviewCountDesc")
- TitleAsc =
new("TitleAsc")
- TitleDesc =
new("TitleDesc")