Project

General

Profile

Download (163 Bytes) Statistics
| Branch: | Tag: | Revision:
module Types
class SortDirectionEnum < Types::BaseEnum
value 'ASC', description: 'Sort ascending'
value 'DESC', description: 'Sort descending'
end
end
(31-31/36)