Class: Ebay::Types::ProductSortCode

Inherits:
Object
  • Object
show all
Extended by:
Enumerable, Enumeration
Defined in:
lib/ebay/types/product_sort_code.rb

Constant Summary collapse

PopularityAsc =
'PopularityAsc'
PopularityDesc =
'PopularityDesc'
RatingAsc =
'RatingAsc'
RatingDesc =
'RatingDesc'
ReviewCountAsc =
'ReviewCountAsc'
ReviewCountDesc =
'ReviewCountDesc'
ItemCountAsc =
'ItemCountAsc'
ItemCountDesc =
'ItemCountDesc'
TitleAsc =
'TitleAsc'
TitleDesc =
'TitleDesc'

Method Summary

Methods included from Enumeration

each