Class: Ebay::Types::SearchSortOrderCode

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

Constant Summary collapse

SortByEndDate =
'SortByEndDate'
SortByStartDate =
'SortByStartDate'
SortByCurrentBid =
'SortByCurrentBid'
SortByListingDate =
'SortByListingDate'
SortByCurrentBidAsc =
'SortByCurrentBidAsc'
SortByCurrentBidDesc =
'SortByCurrentBidDesc'
SortByPayPalAsc =
'SortByPayPalAsc'
SortByPayPalDesc =
'SortByPayPalDesc'
SortByEscrowAsc =
'SortByEscrowAsc'
SortByEscrowDesc =
'SortByEscrowDesc'
SortByCountryAsc =
'SortByCountryAsc'
SortByCountryDesc =
'SortByCountryDesc'
SortByDistanceAsc =
'SortByDistanceAsc'
SortByBidCountAsc =
'SortByBidCountAsc'
SortByBidCountDesc =
'SortByBidCountDesc'
BestMatchSort =
'BestMatchSort'

Method Summary

Methods included from Enumeration

each