Index (C)
»
Retab
»
Types
»
ClassificationsOrder
Class: Retab::Types::ClassificationsOrder
Inherits:
Object
Object
Retab::Types::ClassificationsOrder
show all
Defined in:
lib/retab/types/classifications_order.rb
Constant Summary
collapse
ASC =
"
asc
"
DESC =
"
desc
"
ALL =
[
ASC
,
DESC
]
.
freeze