Class: CtdDocumentation::Sort31Enum

Inherits:
Object
  • Object
show all
Defined in:
lib/ctd_documentation/models/sort31_enum.rb

Overview

Sort order: add ‘-’ for descending order

Constant Summary collapse

SORT31_ENUM =
[
  # TODO: Write general description for ENUM_NAME
  ENUM_NAME = '-name'.freeze,

  # TODO: Write general description for NAME
  NAME = 'name'.freeze,

  # TODO: Write general description for ENUM_TRAINING_MODE
  ENUM_TRAINING_MODE = '-training_mode'.freeze,

  # TODO: Write general description for TRAINING_MODE
  TRAINING_MODE = 'training_mode'.freeze,

  # TODO: Write general description for ENUM_VERSION
  ENUM_VERSION = '-version'.freeze,

  # TODO: Write general description for VERSION
  VERSION = 'version'.freeze,

  # TODO: Write general description for ENUM_ID
  ENUM_ID = '-id'.freeze,

  # TODO: Write general description for ID
  ID = 'id'.freeze,

  # TODO: Write general description for ENUM_LOCATION_LATITUDE
  ENUM_LOCATION_LATITUDE = '-location_latitude'.freeze,

  # TODO: Write general description for LOCATION_LATITUDE
  LOCATION_LATITUDE = 'location_latitude'.freeze,

  # TODO: Write general description for ENUM_LOCATION_LONGITUDE
  ENUM_LOCATION_LONGITUDE = '-location_longitude'.freeze,

  # TODO: Write general description for LOCATION_LONGITUDE
  LOCATION_LONGITUDE = 'location_longitude'.freeze,

  # TODO: Write general description for ENUM_DESCRIPTION
  ENUM_DESCRIPTION = '-description'.freeze,

  # TODO: Write general description for DESCRIPTION
  DESCRIPTION = 'description'.freeze,

  # TODO: Write general description for ENUM_SCORE
  ENUM_SCORE = '-score'.freeze,

  # TODO: Write general description for SCORE
  SCORE = 'score'.freeze
].freeze