Class: WishListSortCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsWishListSortCodeType

Constant Summary collapse

CreationDateAscending =
WishListSortCodeType.new("CreationDateAscending")
CreationDateDescending =
WishListSortCodeType.new("CreationDateDescending")
CustomCode =
WishListSortCodeType.new("CustomCode")
PriceAscending =
WishListSortCodeType.new("PriceAscending")
PriceDescending =
WishListSortCodeType.new("PriceDescending")