Class: CtdDocumentation::Sort3Enum

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

Overview

sort3.

Constant Summary collapse

SORT3_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