Class: ProductSortCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsProductSortCodeType

Constant Summary collapse

CustomCode =
ProductSortCodeType.new("CustomCode")
ItemCountAsc =
ProductSortCodeType.new("ItemCountAsc")
ItemCountDesc =
ProductSortCodeType.new("ItemCountDesc")
PopularityAsc =
ProductSortCodeType.new("PopularityAsc")
PopularityDesc =
ProductSortCodeType.new("PopularityDesc")
RatingAsc =
ProductSortCodeType.new("RatingAsc")
RatingDesc =
ProductSortCodeType.new("RatingDesc")
ReviewCountAsc =
ProductSortCodeType.new("ReviewCountAsc")
ReviewCountDesc =
ProductSortCodeType.new("ReviewCountDesc")
TitleAsc =
ProductSortCodeType.new("TitleAsc")
TitleDesc =
ProductSortCodeType.new("TitleDesc")